Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 7765:da9acc68b1dd
resolve: accepts walkopts (-I and -X)
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Sun, 08 Feb 2009 08:44:33 +0100 |
parents | cdc913e7fc5f |
children | bd8f44638847 |
line wrap: on
line diff
--- 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,