Differences between revisions 2 and 3
Revision 2 as of 2011-03-22 10:56:30
Size: 1671
Editor: David Anes
Comment: %USERNAME% is not a valid path, ouch.
Revision 3 as of 2012-12-05 08:26:27
Size: 1627
Comment: add to category BugTrackingExtensions (even when this seems to be prevented by the spam system)
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
Line 39: Line 40:
Line 42: Line 42:
||*OS* ||*Mercurial* ||*Configuration file* ||
||Linux ||Vanilla ||$HOME/.hgrc ||
||MacOS ||Vanilla ||$HOME/.hgrc ||
||Windows ||Cygwin ||$HOME/.hgrc ||
||Windows ||TortoiseHG ||%USERPROFILE%\mercurial.ini ||
Line 43: Line 48:
|| *OS* || *Mercurial* || *Configuration file* ||
|| Linux || Vanilla || $HOME/.hgrc ||
|| MacOS || Vanilla || $HOME/.hgrc ||
|| Windows || Cygwin || $HOME/.hgrc ||
|| Windows || TortoiseHG || %USERPROFILE%\mercurial.ini ||


Line 49: Line 52:
CategoryExtensionsByOthers CategoryExtensionsByOthers, this is a CategoryBugtrackingExtensions

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:

  • manage bugs and issues.
  • share bugs among developers.
  • keep issues side by side with your source code.
  • merge issues from your repository clones.
  • know what issues are open/closed for every revision.
  • branch and keep issues for different branches.
  • merge branches and issues like source files.
  • keep compatibility with people that do not have the extension installed.
  • and even manage issues WITHOUT having the extension: open/close a bug moving a file and commiting.

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

%USERPROFILE%\mercurial.ini


CategoryExtensionsByOthers, this is a CategoryBugtrackingExtensions

BugtrackerExtension (last edited 2013-08-29 19:51:32 by AugieFackler)