mercurial/cmdutil.py
changeset 8761 0289f384e1e5
parent 8731 f037187a6f68
child 8778 c5f36402daad
--- 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():