Size: 731
Comment: First version
|
Size: 943
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
Brief description of extension. | Make the link between changesets and issue IDs. |
Line 9: | Line 9: |
Line 16: | Line 15: |
Web page: ''http://buglink.readthedocs.org/'' | Documentation: ''http://buglink.readthedocs.org/'' |
Line 19: | Line 18: |
Line 22: | Line 20: |
- Client-side extension - Server-side extension - Web interface |
* 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. |
Line 36: | Line 36: |
bugmap.py from GregWard (bundle present in mercurial list archive) | * bugmap.py from GregWard (bundle present in mercurial list archive) |
BugLink
Make the link between changesets and issue IDs.
Contents
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)