hgext/mq.py
changeset 8761 0289f384e1e5
parent 8760 bf17aeafb869
child 8778 c5f36402daad
--- a/hgext/mq.py	Tue Jun 09 09:25:31 2009 -0400
+++ b/hgext/mq.py	Tue Jun 09 09:25:17 2009 -0400
@@ -503,7 +503,7 @@
 
     def patch(self, repo, patchfile):
         '''Apply patchfile  to the working directory.
-        patchfile: file name of patch'''
+        patchfile: name of patch file'''
         files = {}
         try:
             fuzz = patch.patch(patchfile, self.ui, strip=1, cwd=repo.root,
@@ -2541,7 +2541,7 @@
     "^qimport":
         (qimport,
          [('e', 'existing', None, _('import file in patch directory')),
-          ('n', 'name', '', _('patch file name')),
+          ('n', 'name', '', _('name of patch file')),
           ('f', 'force', None, _('overwrite existing files')),
           ('r', 'rev', [], _('place existing revisions under mq control')),
           ('g', 'git', None, _('use git extended diff format')),