Differences between revisions 5 and 6
Revision 5 as of 2010-12-12 21:49:28
Size: 720
Editor: ÉricAraujo
Comment: Fix link
Revision 6 as of 2011-04-05 06:52:16
Size: 721
Comment: standard link terminology
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
`hg clone http://hg.digitalgemstones.com/hg/b/` Repository: http://hg.digitalgemstones.com/hg/b/

b Extension

This extension is not distributed with Mercurial.

Author: Michael Diamond

Download site: 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)