- a single local repository with a web interface plus pushlog
- multiple local repositories with a web interface without pushlog
These are the steps I followed:
- sudo mkdir -p /var/hg
- sudo chown -R armenzg /var/hg
- sudo cat <<> /var/hg/hgweb.config
[collections]
l10n-central/ = l10n-central/
MARKER - mkdir l10n-central
- hg init l10n-central/af
- hg init l10n-central/de
- hg serve --webdir-conf hgweb.config
You can now do this:
$> hg clone http://localhost:8000/af
or
$> hg clone http://localhost:8000/af