diff mercurial/bundlerepo.py @ 16215:8412d5a02e6e stable

merge with i18n
author Matt Mackall <mpm@selenic.com>
date Fri, 02 Mar 2012 14:11:06 -0600
parents 40cc20042fb4
children d7d64b89a65c
line wrap: on
line diff
--- a/mercurial/bundlerepo.py	Wed Feb 29 13:17:41 2012 -0300
+++ b/mercurial/bundlerepo.py	Fri Mar 02 14:11:06 2012 -0600
@@ -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