mercurial/commands.py
changeset 3204 a7377a238cec
parent 3200 367a009c2acb
child 3223 53e843840349
--- a/mercurial/commands.py	Sat Sep 30 09:46:03 2006 +0200
+++ b/mercurial/commands.py	Sat Sep 30 10:29:57 2006 +0200
@@ -2752,7 +2752,6 @@
          _('hg add [OPTION]... [FILE]...')),
     "addremove":
         (addremove,
-         walkopts + dryrunopts +
          [('s', 'similarity', '',
            _('guess renamed files by similarity (0<=s<=100)')),
          ] + walkopts + dryrunopts,