mercurial/bundlerepo.py
changeset 18825 f0564402d059
parent 18643 cc28a84db8c9
child 19629 81241f978fd2
--- a/mercurial/bundlerepo.py	Mon Mar 04 22:34:11 2013 +0000
+++ b/mercurial/bundlerepo.py	Wed Oct 10 21:55:49 2012 +0200
@@ -360,7 +360,8 @@
             bundle = None
         if not localrepo:
             # use the created uncompressed bundlerepo
-            localrepo = bundlerepo = bundlerepository(ui, repo.root, fname)
+            localrepo = bundlerepo = bundlerepository(repo.baseui, repo.root,
+                                                      fname)
             # this repo contains local and other now, so filter out local again
             common = repo.heads()
     if localrepo: