resolve: update documentation to mention the .orig backup
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 11 Oct 2011 18:48:45 +0200
changeset 15232 5d9a5b919863
parent 15231 cd6f10dccf16
child 15233 81c97964d123
resolve: update documentation to mention the .orig backup
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