# HG changeset patch # User Pierre-Yves David # Date 2011-10-11 16:48:45 # Node ID 5d9a5b9198639d2b36f5cadf45fa5b105377d538 # Parent cd6f10dccf1618481e1c2c76cc97d065a4c69e37 resolve: update documentation to mention the .orig backup diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4332,7 +4332,8 @@ def resolve(ui, repo, *pats, **opts): performed for files already marked as resolved. Use ``--all/-a`` 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. + environment variable and your configuration files. Previous file + contents are saved with a ``.orig`` suffix. - :hg:`resolve -m [FILE]`: mark a file as having been resolved (e.g. after having manually fixed-up the files). The default is