Differences between revisions 2 and 3
Revision 2 as of 2011-11-11 13:00:23
Size: 747
Editor: BenoitAllard
Comment:
Revision 3 as of 2012-03-22 20:50:31
Size: 943
Editor: BenoitAllard
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
Web page: ''http://buglink.readthedocs.org/'' Documentation: ''http://buglink.readthedocs.org/''
Line 24: Line 24:
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.
Line 31: Line 33:

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:

  • Client-side extension
  • Server-side extension
  • Web interface

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

  • bugmap.py from GregWard (bundle present in mercurial list archive)


CategoryExtensionsByOthers

BugLinkExtension (last edited 2012-12-05 12:38:18 by rcl)