resolve: accepts walkopts (-I and -X)
authorSimon Heimberg <simohe@besonet.ch>
Sun, 08 Feb 2009 08:44:33 +0100
changeset 7765 da9acc68b1dd
parent 7764 14a42208d8af
child 7766 2b2548342265
resolve: accepts walkopts (-I and -X)
mercurial/commands.py
--- a/mercurial/commands.py	Sun Feb 15 12:56:38 2009 +0100
+++ b/mercurial/commands.py	Sun Feb 08 08:44:33 2009 +0100
@@ -3325,7 +3325,8 @@
          [('a', 'all', None, _('remerge all unresolved files')),
           ('l', 'list', None, _('list state of files needing merge')),
           ('m', 'mark', None, _('mark files as resolved')),
-          ('u', 'unmark', None, _('unmark files as resolved'))],
+          ('u', 'unmark', None, _('unmark files as resolved'))]
+          + walkopts,
           _('[OPTION]... [FILE]...')),
     "revert":
         (revert,