# HG changeset patch # User Thomas Arendsen Hein # Date 1159604997 -7200 # Node ID a7377a238cecc237f894b7500e96f27cf94807b0 # Parent 14792adabf80a0d268c41de13aa19dac5473dbb4 Remove duplicate walkopts + dryrunopts from addremove. diff -r 14792adabf80 -r a7377a238cec mercurial/commands.py --- 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,