mercurial/commands.py
changeset 6347 3b42f7ac6916
parent 6346 8e3b651382f5
child 6350 6aa4a3fa4e60
child 6352 34e4f4ef4936
--- a/mercurial/commands.py	Sat Mar 22 10:07:49 2008 +0100
+++ b/mercurial/commands.py	Sat Mar 22 12:48:15 2008 +0100
@@ -3150,7 +3150,7 @@
         (remove,
          [('A', 'after', None, _('record delete for missing files')),
           ('f', 'force', None,
-		  _('remove (and delete) file even if added or modified')),
+           _('remove (and delete) file even if added or modified')),
          ] + walkopts,
          _('hg remove [OPTION]... FILE...')),
     "rename|mv":