diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-12 15:05:09 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-12 15:05:09 -0400 |
commit | 5c0ab0d0ad3197e624844ed443ed39435e180e4c (patch) | |
tree | df1a687aae196d280c0ce54c20b6a2ffb3be3c1d /hg.sr.ht/installation.md | |
parent | 1370dbbb39ffc74a77b448586b4f207a1bf47db5 (diff) | |
download | sr.ht-docs-5c0ab0d0ad3197e624844ed443ed39435e180e4c.tar.gz |
Mention clonebundles on hg.sr.ht/installation.md
Diffstat (limited to 'hg.sr.ht/installation.md')
-rw-r--r-- | hg.sr.ht/installation.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hg.sr.ht/installation.md b/hg.sr.ht/installation.md index 430c101..a8ac218 100644 --- a/hg.sr.ht/installation.md +++ b/hg.sr.ht/installation.md @@ -38,6 +38,13 @@ favorite cron daemon. We recommend the following crontab: */20 * * * * hgsrht-periodic +If you'd like to generate +[clonebundles](https://www.mercurial-scm.org/wiki/ClonebundlesExtension) (which +require more disk space but dramatically speed up cloning large repositories), +also add a nightly task for running the script: + + 0 * * * * hgsrht-clonebundles + ## HTTP(s) Cloning hg.sr.ht does not do this for you - you need to wire it up in nginx. Here's an |