mercurial/commands.py
changeset 7765 da9acc68b1dd
parent 7763 cdc913e7fc5f
child 7807 bd8f44638847
--- 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,