branch | stable |
changeset 16195 | 40cc20042fb4 |
parent 16042 | 4b7aa1c899dc |
child 16375 | d7d64b89a65c |
--- 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