Bugtracker Extension

This extension is not distributed with Mercurial.

Author: David Anes

Webpage: http://code.google.com/p/mercurial-bugtracker-extension/

Repository: https://mercurial-bugtracker-extension.googlecode.com/hg/

Overview

Mercurial Bugtracker is a tiny distributed bugtracking extension for mercurial.

With this extension, you can:

Mercurial 1.5+ required

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
bugtrack = /path/to/mercurial-bugtracker-extension

or for Windows/TortoiseHG (not Cygwin!)

[extensions]
  bugtrack = c:\path\to\mercurial-bugtracker-extension

Configuration file location

Locate your Mercurial configuration file (or create if it does not exist):

*OS*

*Mercurial*

*Configuration file*

Linux

Vanilla

$HOME/.hgrc

MacOS

Vanilla

$HOME/.hgrc

Windows

Cygwin

$HOME/.hgrc

Windows

TortoiseHG

%USERNAME%\mercurial.ini


CategoryExtensionsByOthers