mercurial/commands.py
changeset 22419 fdfc9faca273
parent 22417 ca854cd4a26a
child 22423 edf07a804ac4
--- a/mercurial/commands.py	Thu Sep 11 12:21:15 2014 -0500
+++ b/mercurial/commands.py	Thu Sep 11 12:26:12 2014 -0500
@@ -1522,7 +1522,7 @@
             if os.path.exists(f):
                 break
         else:
-            from config import samplehgrcs
+            from ui import samplehgrcs
 
             if opts.get('global'):
                 samplehgrc = samplehgrcs['global']