schacon / hg-git

mercurial to git bridge, pushed to directly from the hg-git plugin in Hg
GNU General Public License v2.0
620 stars 71 forks source link

hg-git stalls when there are no changes to be pushed #262

Closed ketsuban closed 10 years ago

ketsuban commented 10 years ago
[thomas@chansey ~]♣ hg push
pushing to git+ssh://git@github.com/Ketsuban/dotfiles.git
["git-receive-pack '/Ketsuban/dotfiles.git'"]
searching for changes

At this point Mercurial is locked up, and I have to end the process with Ctrl-C.

[thomas@chansey ~]♣ hg --version     
Mercurial Distributed SCM (version 2.7)
(see http://mercurial.selenic.com for more information)

Copyright (C) 2005-2013 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[thomas@chansey ~]♣ pacman -Q hg-git 
hg-git 0.4.0-1
alexreg commented 10 years ago

I also have this issue.

alexreg commented 10 years ago

Well?