Size: 745
Comment: Line formatting
|
← Revision 11 as of 2020-04-16 17:53:35 ⇥
Size: 692
Comment: Mercurial lives!
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Extension Name == | == b Extension == |
Line 7: | Line 7: |
Download site: [[http://www.digitalgemstones.com/projects/b/]] `hg clone http://hg.digitalgemstones.com/public/b/` |
Project home: [[https://foss.heptapod.net/mercurial/b]] |
Line 29: | Line 27: |
CategoryExtension CategoryExtensionsByOthers | CategoryBugtrackingExtensions CategoryExtensionsByOthers |
b Extension
This extension is not distributed with Mercurial.
Author: Michael Diamond
Project home: https://foss.heptapod.net/mercurial/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