doc/hgrc.5.txt
changeset 1079 a37974035f1f
parent 986 2810c625ca98
child 1171 a425bb927ede
--- 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
 ------