Mercurial > public > mercurial-scm > hg-stable
diff mercurial/cmdutil.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 | f037187a6f68 |
children | c5f36402daad |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Tue Jun 09 09:25:31 2009 -0400 +++ b/mercurial/cmdutil.py Tue Jun 09 09:25:17 2009 -0400 @@ -217,7 +217,7 @@ i += 1 return ''.join(newname) except KeyError, inst: - raise util.Abort(_("invalid format spec '%%%s' in output file name") % + raise util.Abort(_("invalid format spec '%%%s' in output filename") % inst.args[0]) def make_file(repo, pat, node=None, @@ -1005,7 +1005,7 @@ positive if walking forwards through revs, last rev in the sequence iterated over - use to reset state for the current window - "add", rev, fns: out-of-order traversal of the given file names + "add", rev, fns: out-of-order traversal of the given filenames fns, which changed during revision rev - use to gather data for possible display @@ -1096,7 +1096,7 @@ if slowpath: if follow: raise util.Abort(_('can only follow copies/renames for explicit ' - 'file names')) + 'filenames')) # The slow path checks files modified in every changeset. def changerevgen():