tiny tab cleanup
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 22 Mar 2008 12:48:15 +0100
changeset 6347 3b42f7ac6916
parent 6346 8e3b651382f5
child 6348 f8feaa665319
tiny tab cleanup
mercurial/commands.py
--- 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":