diff -r a56fc34d6e23 -r 2477a7183a6f mercurial/commands.py --- a/mercurial/commands.py Wed May 03 10:45:20 2006 +0200 +++ b/mercurial/commands.py Wed May 03 10:53:51 2006 +0200 @@ -2929,7 +2929,7 @@ [('I', 'include', [], _('include names matching the given patterns')), ('X', 'exclude', [], _('exclude names matching the given patterns'))], _('hg add [OPTION]... [FILE]...')), - "addremove": + "debugaddremove|addremove": (addremove, [('I', 'include', [], _('include names matching the given patterns')), ('X', 'exclude', [], _('exclude names matching the given patterns'))], @@ -2989,7 +2989,8 @@ _('hg clone [OPTION]... SOURCE [DEST]')), "^commit|ci": (commit, - [('A', 'addremove', None, _('run addremove during commit')), + [('A', 'addremove', None, + _('mark new/missing files as added/removed before committing')), ('m', 'message', '', _('use as commit message')), ('l', 'logfile', '', _('read the commit message from ')), ('d', 'date', '', _('record datecode as commit date')),