# HG changeset patch # User Benoit Boissinot # Date 1156872418 -7200 # Node ID b9dbbcf8a488979d8afe735b28701400e1771996 # Parent ea2a9c13afc65de475012924e9d75c985d767049 Document the fact that revert might overwrite .orig files diff -r ea2a9c13afc6 -r b9dbbcf8a488 doc/hg.1.txt --- a/doc/hg.1.txt Tue Aug 29 19:02:57 2006 +0200 +++ b/doc/hg.1.txt Tue Aug 29 19:26:58 2006 +0200 @@ -193,6 +193,10 @@ 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) diff -r ea2a9c13afc6 -r b9dbbcf8a488 doc/hgrc.5.txt