diff -r 6ba530122d8b -r 40cc20042fb4 mercurial/bundlerepo.py --- a/mercurial/bundlerepo.py Wed Feb 29 09:34:19 2012 +0100 +++ b/mercurial/bundlerepo.py Wed Feb 29 14:41:11 2012 +0100 @@ -168,6 +168,7 @@ self._tempparent = tempfile.mkdtemp() localrepo.instance(ui, self._tempparent, 1) localrepo.localrepository.__init__(self, ui, self._tempparent) + self.ui.setconfig('phases', 'publish', False) if path: self._url = 'bundle:' + util.expandpath(path) + '+' + bundlename