comparison tests/test-help.t @ 26762:26f622859288

clonebundles: rewrite documentation There are a lot of considerations server operators need to know before deploying clone bundles. They should be documented. So I rewrote the extension docs to contain this information.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 17 Oct 2015 11:23:54 -0700
parents bde7ef23340d
children cb74f206d39b
comparison
equal deleted inserted replaced
26761:8270ee357dd9 26762:26f622859288
247 acl hooks for controlling repository access 247 acl hooks for controlling repository access
248 blackbox log repository events to a blackbox for debugging 248 blackbox log repository events to a blackbox for debugging
249 bugzilla hooks for integrating with the Bugzilla bug tracker 249 bugzilla hooks for integrating with the Bugzilla bug tracker
250 censor erase file content at a given revision 250 censor erase file content at a given revision
251 churn command to display statistics about repository history 251 churn command to display statistics about repository history
252 clonebundles server side extension to advertise pre-generated bundles to 252 clonebundles advertise pre-generated bundles to seed clones
253 seed clones. 253 (experimental)
254 color colorize output from some commands 254 color colorize output from some commands
255 convert import revisions from foreign VCS repositories into 255 convert import revisions from foreign VCS repositories into
256 Mercurial 256 Mercurial
257 eol automatically manage newlines in repository files 257 eol automatically manage newlines in repository files
258 extdiff command to allow external programs to compare revisions 258 extdiff command to allow external programs to compare revisions
1075 paths show aliases for remote repositories 1075 paths show aliases for remote repositories
1076 update update working directory (or switch revisions) 1076 update update working directory (or switch revisions)
1077 1077
1078 Extensions: 1078 Extensions:
1079 1079
1080 clonebundles server side extension to advertise pre-generated bundles to seed 1080 clonebundles advertise pre-generated bundles to seed clones (experimental)
1081 clones.
1082 prefixedname matched against word "clone" 1081 prefixedname matched against word "clone"
1083 relink recreates hardlinks between repository clones 1082 relink recreates hardlinks between repository clones
1084 1083
1085 Extension Commands: 1084 Extension Commands:
1086 1085