Differences between revisions 4 and 9 (spanning 5 versions)
Revision 4 as of 2010-09-02 14:41:08
Size: 724
Editor: abuehl
Comment:
Revision 9 as of 2018-09-17 00:38:51
Size: 680
Comment: Update links
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: [[http://www.digitalgemstones.com/projects/b/]]

`hg clone http://hg.digitalgemstones.com/public/b/`
Project home: [[http://hg.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://hg.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


CategoryBugtrackingExtensions CategoryExtensionsByOthers

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