changeset 3204:a7377a238cec

Remove duplicate walkopts + dryrunopts from addremove.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 30 Sep 2006 10:29:57 +0200
parents 14792adabf80
children 9e8dd6114a4e
files mercurial/commands.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,