I have a workflow where I need to allow users to be able to pull new changes from the Apache hosted mercurial repository but prevent them from doing a fresh clone.
Any ideas on how this can be done?
Thanks
- Using hgweb.wsgi to serve the repository using an apache vhost (workarounds accepted)
The easiest way would be to just publish bundles via regular HTTP and allow users to download and apply those. See
hg help bundle: