Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2010-06-26 08:02:55
Size: 742
Comment: Whoops, forgot title
Revision 7 as of 2011-09-25 13:35:56
Size: 720
Editor: YannEMORIN
Comment: Make the page work with the all-extensions scrapping tool
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: [[http://www.digitalgemstones.com/projects/b/]] Project home: [[http://www.digitalgemstones.com/projects/b/]]
Line 9: Line 9:
`hg clone http://hg.digitalgemstones.com/public/b/` Repository: http://hg.digitalgemstones.com/hg/b/
Line 29: Line 29:
CategoryExtension CategoryExtensionsByOthers CategoryExtensionsByOthers

b Extension

This extension is not distributed with Mercurial.

Author: Michael Diamond

Project home: http://www.digitalgemstones.com/projects/b/

Repository: http://hg.digitalgemstones.com/hg/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


CategoryExtensionsByOthers

bExtension (last edited 2020-04-16 17:53:35 by MichaelDiamond)