doc/hgrc.5.txt
changeset 1079 a37974035f1f
parent 986 2810c625ca98
child 1171 a425bb927ede
equal deleted inserted replaced
1078:33f40d0c6124 1079:a37974035f1f
   140     Maximum number of changes to list on the changelog. Default is 10.
   140     Maximum number of changes to list on the changelog. Default is 10.
   141   maxfiles;;
   141   maxfiles;;
   142     Maximum number of files to list per changeset. Default is 10.
   142     Maximum number of files to list per changeset. Default is 10.
   143   allowpull;;
   143   allowpull;;
   144     Whether to allow pulling from the repository. Default is true.
   144     Whether to allow pulling from the repository. Default is true.
       
   145   allowzip;;
       
   146     Whether to allow .zip downloading of repo revisions. Default is false.
       
   147     This feature creates temporary files.
       
   148   allowgz;;
       
   149     Whether to allow .tar.gz downloading of repo revisions. Default is false.
       
   150   allowbz2;;
       
   151     Whether to allow .tar.bz2 downloading of repo revisions. Default is false.
       
   152 
   145 
   153 
   146 AUTHOR
   154 AUTHOR
   147 ------
   155 ------
   148 Bryan O'Sullivan <bos@serpentine.com>.
   156 Bryan O'Sullivan <bos@serpentine.com>.
   149 
   157