# HG changeset patch # User Pierre-Yves David # Date 1318351725 -7200 # Node ID 5d9a5b9198639d2b36f5cadf45fa5b105377d538 # Parent cd6f10dccf1618481e1c2c76cc97d065a4c69e37 resolve: update documentation to mention the .orig backup diff -r cd6f10dccf16 -r 5d9a5b919863 mercurial/commands.py --- a/mercurial/commands.py Tue Oct 11 18:18:15 2011 -0700 +++ b/mercurial/commands.py Tue Oct 11 18:48:45 2011 +0200 @@ -4332,7 +4332,8 @@ 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