Friday, November 30, 2012

Multiple Mercurial Repositories

hg serve --webdir-conf repo.config

In repo.config, include

[paths]
X = A/B/X
Y = A/B/C/D/Y

etc.

The paths are relative to the directory where hg serve is called. 

m.

No comments: