Paul Price
Paul Price
Though Travis doesn't seem to be running it....
Jed (in #62) points out that this is due to a limitation in git: there cannot be both `feature` and `feature/foo` branches. In light of that (and the fact that,...
In order to fix this (and other related problems such as #78), I think we need to introduce a system for mapping branch names between hg and git. Some problems...
This is a good idea. Another reason is that since the user is using gitifyhg, he may not have Mercurial set up properly with the author name.
Can you point us to the Mercurial repo so we can reproduce? And what version of git are you using?
Works for me with git 1.8.1.1. I suggest the first thing you should do is update your version of git. ``` price@paul-price:~/temp $ git clone gitifyhg::https://vim.googlecode.com/hg/ vim Cloning into 'vim'......
Can you list the names of branches (even closed branches) in hg for this repo? This error appears similar to the one we get when we have branches `9-CURRENT` and...
After observing that #69 did not fix this, and that the `master` of `git-remote-hg` doesn't work either, I noticed the commit felipec/git@a160978 is intended to fix this problem. I've adapted...
I use gitifyhg for my work (to avoid using Mercurial), so I'm happy to be able to contribute to improving it. I'm looking forward to 0.8.2, but please let's not...
``` progress revision 62999 'master' (63000/63382) progress revision 63099 'master' (63100/63382) progress revision 63199 'master' (63200/63382) progress revision 63299 'master' (63300/63382) WARNING: "Branch 'dist' has more than one head, consider...