Mercurial > public > mercurial-scm > hg
diff doc/hg.1.txt @ 3021:b9dbbcf8a488
Document the fact that revert might overwrite .orig files
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Tue, 29 Aug 2006 19:26:58 +0200 |
parents | 345bac2bc4ec |
children | c9cd63a6fce9 |
line wrap: on
line diff
--- 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)