mercurial/bundlerepo.py
changeset 20790 49f2d5644f04
parent 19629 81241f978fd2
child 20981 4fdd1172d37e
--- a/mercurial/bundlerepo.py	Wed Mar 19 02:45:14 2014 +0100
+++ b/mercurial/bundlerepo.py	Wed Mar 19 02:45:14 2014 +0100
@@ -193,7 +193,7 @@
             self._tempparent = tempfile.mkdtemp()
             localrepo.instance(ui, self._tempparent, 1)
             localrepo.localrepository.__init__(self, ui, self._tempparent)
-        self.ui.setconfig('phases', 'publish', False)
+        self.ui.setconfig('phases', 'publish', False, 'bundlerepo')
 
         if path:
             self._url = 'bundle:' + util.expandpath(path) + '+' + bundlename