Size: 720
Comment: Make the page work with the all-extensions scrapping tool
|
Size: 681
Comment: Moved to GitHub :(
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
Project home: [[http://www.digitalgemstones.com/projects/b/]] Repository: http://hg.digitalgemstones.com/hg/b/ |
Project home: [[http://git.mwdiamond.com/b]] |
Line 29: | Line 27: |
CategoryExtensionsByOthers | CategoryBugtrackingExtensions CategoryExtensionsByOthers |
b Extension
This extension is not distributed with Mercurial.
Author: Michael Diamond
Project home: http://git.mwdiamond.com/b
Overview
A lightweight bug tracker designed to integrate with Mercurial commits, and make bug tracking as simple and distributed as Mercurial makes version control.
Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] b=/path/to/b.py [bugs] #optional user=Name to file bugs with, or hg.user to use your commit name #optional dir=Where to save bugs - default is .bugs