[PATCH] Allow hgweb.config [collections] to also report mq patch repositories
Ben Thomas
bthomas at virtualiron.com
Sat Feb 17 20:53:21 UTC 2007
This patch extends the ability to easily map repositories. It
sxtends the walkrepos function to also return an mq patch repository
path (if it exists). walkrepos, in util.py, appears to be used only
in processing the [collections] capability.
Without this change (so far as I can tell), it's necessary to
individually list every patch repository. This can be
painful. For instance, I currently have 20+ repositories, each with
their own associated mq patch repository. Keeping this straight
and up to date is more easily done with [collections] than with
individual references.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: proposed-walkrepos.patch
Type: text/x-patch
Size: 1362 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-devel/attachments/20070217/dfcf25d1/attachment.bin>
More information about the Mercurial-devel
mailing list