comparison doc/hg.1.txt @ 3018: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
comparison
equal deleted inserted replaced
3017:ea2a9c13afc6 3018:b9dbbcf8a488
191 This file contains defaults and configuration. Values in .hg/hgrc 191 This file contains defaults and configuration. Values in .hg/hgrc
192 override those in $HOME/.hgrc, and these override settings made in the 192 override those in $HOME/.hgrc, and these override settings made in the
193 global /etc/mercurial/hgrc configuration. See hgrc(5) for details of 193 global /etc/mercurial/hgrc configuration. See hgrc(5) for details of
194 the contents and format of these files. 194 the contents and format of these files.
195 195
196 Some commands (e.g. revert) produce backup files ending in .orig, if
197 the .orig file already exists and is not tracked by Mercurial, it
198 will be overwritten.
199
196 BUGS 200 BUGS
197 ---- 201 ----
198 Probably lots, please post them to the mailing list (See Resources below) 202 Probably lots, please post them to the mailing list (See Resources below)
199 when you find them. 203 when you find them.
200 204