mercurial/unionrepo.py
changeset 20790 49f2d5644f04
parent 19630 bb67f630b335
child 23878 37a92908a382
--- a/mercurial/unionrepo.py	Wed Mar 19 02:45:14 2014 +0100
+++ b/mercurial/unionrepo.py	Wed Mar 19 02:45:14 2014 +0100
@@ -170,7 +170,7 @@
 class unionrepository(localrepo.localrepository):
     def __init__(self, ui, path, path2):
         localrepo.localrepository.__init__(self, ui, path)
-        self.ui.setconfig('phases', 'publish', False)
+        self.ui.setconfig('phases', 'publish', False, 'unionrepo')
 
         self._url = 'union:%s+%s' % (util.expandpath(path),
                                      util.expandpath(path2))