[PATCH stable] bundlerepo: return more capable repos from getremotechanges
Mads Kiilerich
mads at kiilerich.com
Fri Dec 28 11:05:56 UTC 2012
Pushed to crew stable as
--- a/mercurial/bundlerepo.py
+++ b/mercurial/bundlerepo.py
@@ -347,7 +347,7 @@
os.unlink(bundlename)
except OSError:
pass
- return other, [], other.close
+ return repo, [], other.close
bundle = None
bundlerepo = None
/Mads
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-devel/attachments/20121228/f812cc11/attachment-0002.html>
More information about the Mercurial-devel
mailing list