Document the fact that revert might overwrite .orig files
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 29 Aug 2006 19:26:58 +0200
changeset 3018 b9dbbcf8a488
parent 3017 ea2a9c13afc6
child 3019 d5cdf25bab74
child 3023 d838bfac668d
Document the fact that revert might overwrite .orig files
doc/hg.1.txt
doc/hgrc.5.txt
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -193,6 +193,10 @@ FILES
     global /etc/mercurial/hgrc configuration.  See hgrc(5) for details of
     the contents and format of these files.
 
+Some commands (e.g. revert) produce backup files ending in .orig, if
+the .orig file already exists and is not tracked by Mercurial, it
+will be overwritten.
+
 BUGS
 ----
 Probably lots, please post them to the mailing list (See Resources below)