Comment 3 for bug 831313

Revision history for this message
BoomSie (gideon-poort) wrote :

As a quick and dirty solution I've changed line 318 of /usr/lib/pymodules/python2.7/mercurial/bundlerepo.py

- if not incoming:
+ if not incoming and bundlename:

basicly checks if bundlename is not empty

I had to do a transplant fast and this solved the issue for the time being.