⇤ ← Revision 1 as of 2011-02-15 15:49:02
Size: 1656
Comment:
|
Size: 1671
Comment: %USERNAME% is not a valid path, ouch.
|
Deletions are marked like this. | Additions are marked like this. |
Line 43: | Line 43: |
|| *OS* || *Mercurial* || *Configuration file* || || Linux || Vanilla || $HOME/.hgrc || || MacOS || Vanilla || $HOME/.hgrc || || Windows || Cygwin || $HOME/.hgrc || || Windows || TortoiseHG || %USERNAME%\mercurial.ini || |
|| *OS* || *Mercurial* || *Configuration file* || || Linux || Vanilla || $HOME/.hgrc || || MacOS || Vanilla || $HOME/.hgrc || || Windows || Cygwin || $HOME/.hgrc || || Windows || TortoiseHG || %USERPROFILE%\mercurial.ini || |
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 |