diff -r 76ab39df0917 -r 3637d5d17cbc mercurial/commands.py --- a/mercurial/commands.py Wed Sep 27 12:08:33 2006 -0700 +++ b/mercurial/commands.py Wed Sep 27 21:43:45 2006 +0200 @@ -574,7 +574,7 @@ repo.add(names) def addremove(ui, repo, *pats, **opts): - """add all new files, delete all missing files (DEPRECATED) + """add all new files, delete all missing files Add all new files and remove all missing files from the repository. @@ -2667,7 +2667,7 @@ ('n', 'dry-run', None, _('do not perform actions, just print output')), ('s', 'similarity', '', - _('guess renamed files by similarity (0<=s<=1)'))], + _('guess renamed files by similarity (0<=s<=100)'))], _('hg addremove [OPTION]... [FILE]...')), "^annotate": (annotate,