diff doc/hgrc.5.txt @ 6183:0750e4ba9d3d

Add config option to disable putting .hg_archival.txt inside archives.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 28 Feb 2008 22:39:59 +0100
parents 7f9f3233a2c6
children 942287cb1f57
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Thu Feb 28 19:08:04 2008 +0100
+++ b/doc/hgrc.5.txt	Thu Feb 28 22:39:59 2008 +0100
@@ -513,6 +513,11 @@
 
 ui::
   User interface controls.
+  archivemeta;;
+    Whether to include the .hg_archival.txt file containing metadata
+    (hashes for the repository base and for tip) in archives created by
+    the hg archive command or downloaded via hgweb.
+    Default is true.
   debug;;
     Print debugging information.  True or False.  Default is False.
   editor;;