Mercurial > public > mercurial-scm > hg
diff mercurial/util.py @ 3673:eb0b4a2d70a9
white space and line break cleanups
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 17 Nov 2006 08:06:54 +0100 |
parents | 48768b1ab23c |
children | 1a0fa3914c46 |
line wrap: on
line diff
--- a/mercurial/util.py Thu Nov 16 08:52:55 2006 +0100 +++ b/mercurial/util.py Fri Nov 17 08:06:54 2006 +0100 @@ -610,8 +610,8 @@ 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"""