diff -r f0d55e1b4855 -r f0564402d059 mercurial/bundlerepo.py --- 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: