changeset 1079:a37974035f1f

Document archive download options
author mpm@selenic.com
date Fri, 26 Aug 2005 20:56:50 -0700
parents 33f40d0c6124
children 253072f39205
files doc/hgrc.5.txt
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Fri Aug 26 20:52:31 2005 -0700
+++ b/doc/hgrc.5.txt	Fri Aug 26 20:56:50 2005 -0700
@@ -142,6 +142,14 @@
     Maximum number of files to list per changeset. Default is 10.
   allowpull;;
     Whether to allow pulling from the repository. Default is true.
+  allowzip;;
+    Whether to allow .zip downloading of repo revisions. Default is false.
+    This feature creates temporary files.
+  allowgz;;
+    Whether to allow .tar.gz downloading of repo revisions. Default is false.
+  allowbz2;;
+    Whether to allow .tar.bz2 downloading of repo revisions. Default is false.
+
 
 AUTHOR
 ------