BugLink

Make the link between changesets and issue IDs.

1. Status

This extension is not distributed with Mercurial.

Author: BenoitAllard

Repository: https://bitbucket.org/benallard/buglink

Documentation: http://buglink.readthedocs.org/

2. Overview

This extension is split in three components:

Both the server-side extension and the web interface are not mandatory, The client-side extension will then keep locally all the links and share them with your peers upon push/pull.

3. Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
buglink = /path/to/buglink/client/

4. See also


CategoryExtensionsByOthers