Mercurial > hg
changeset 6347:3b42f7ac6916
tiny tab cleanup
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Sat, 22 Mar 2008 12:48:15 +0100 |
parents | 8e3b651382f5 |
children | f8feaa665319 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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":