comparison mercurial/commands.py @ 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 367a009c2acb
children 53e843840349
comparison
equal deleted inserted replaced
3203:14792adabf80 3204:a7377a238cec
2750 (add, 2750 (add,
2751 walkopts + dryrunopts, 2751 walkopts + dryrunopts,
2752 _('hg add [OPTION]... [FILE]...')), 2752 _('hg add [OPTION]... [FILE]...')),
2753 "addremove": 2753 "addremove":
2754 (addremove, 2754 (addremove,
2755 walkopts + dryrunopts +
2756 [('s', 'similarity', '', 2755 [('s', 'similarity', '',
2757 _('guess renamed files by similarity (0<=s<=100)')), 2756 _('guess renamed files by similarity (0<=s<=100)')),
2758 ] + walkopts + dryrunopts, 2757 ] + walkopts + dryrunopts,
2759 _('hg addremove [OPTION]... [FILE]...')), 2758 _('hg addremove [OPTION]... [FILE]...')),
2760 "^annotate": 2759 "^annotate":