mercurial/util.py
changeset 3673 eb0b4a2d70a9
parent 3651 48768b1ab23c
child 3677 1a0fa3914c46
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -610,8 +610,8 @@ if os.name == 'nt':
         return path
 
     def user_rcpath():
-         '''return os-specific hgrc search path to the user dir'''
-         return os.path.join(os.path.expanduser('~'), 'mercurial.ini')
+        '''return os-specific hgrc search path to the user dir'''
+        return os.path.join(os.path.expanduser('~'), 'mercurial.ini')
 
     def parse_patch_output(output_line):
         """parses the output produced by patch and returns the file name"""