Mercurial > hg
diff mercurial/commands.py @ 15043:0bb0f807dfc3
merge with stable
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Wed, 17 Aug 2011 14:17:35 +0200 |
parents | df47381b41d6 5e7f03cfeeb9 |
children | c019df62de45 |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Aug 17 14:11:46 2011 +0200 +++ b/mercurial/commands.py Wed Aug 17 14:17:35 2011 +0200 @@ -4075,7 +4075,7 @@ - :hg:`resolve [--tool TOOL] FILE...`: attempt to re-merge the specified files, discarding any previous merge attempts. Re-merging is not performed for files already marked as resolved. Use ``--all/-a`` - to selects all unresolved files. ``--tool`` can be used to specify + to select all unresolved files. ``--tool`` can be used to specify the merge tool used for the given files. It overrides the HGMERGE environment variable and your configuration files.