mercurial/commands.py
changeset 3204 a7377a238cec
parent 3193 367a009c2acb
child 3215 53e843840349
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2752,7 +2752,6 @@ table = {
          _('hg add [OPTION]... [FILE]...')),
     "addremove":
         (addremove,
-         walkopts + dryrunopts +
          [('s', 'similarity', '',
            _('guess renamed files by similarity (0<=s<=100)')),
          ] + walkopts + dryrunopts,