Mercurial > public > mercurial-scm > hg-stable
diff mercurial/posix.py @ 8761:0289f384e1e5
Generally replace "file name" with "filename" in help and comments.
author | timeless <timeless@gmail.com> |
---|---|
date | Tue, 09 Jun 2009 09:25:17 -0400 |
parents | 3fa92c618624 |
children | 3b76321aa0de |
line wrap: on
line diff
--- a/mercurial/posix.py Tue Jun 09 09:25:31 2009 -0400 +++ b/mercurial/posix.py Tue Jun 09 09:25:17 2009 -0400 @@ -46,7 +46,7 @@ return [os.path.expanduser('~/.hgrc')] def parse_patch_output(output_line): - """parses the output produced by patch and returns the file name""" + """parses the output produced by patch and returns the filename""" pf = output_line[14:] if os.sys.platform == 'OpenVMS': if pf[0] == '`':