mercurial/localrepo.py
changeset 20082 b04cc8651a63
parent 20033 f962870712da
child 20087 cf3b8285af00
--- a/mercurial/localrepo.py	Fri Nov 08 14:42:09 2013 +0900
+++ b/mercurial/localrepo.py	Mon Nov 11 22:59:26 2013 +0100
@@ -171,6 +171,7 @@
         self.opener = self.vfs
         self.baseui = baseui
         self.ui = baseui.copy()
+        self.ui.copy = baseui.copy # prevent copying repo configuration
         # A list of callback to shape the phase if no data were found.
         # Callback are in the form: func(repo, roots) --> processed root.
         # This list it to be filled by extension during repo setup