Differences between revisions 3 and 4
Revision 3 as of 2009-03-16 14:06:51
Size: 711
Comment: Updated link to source
Revision 4 as of 2009-05-19 19:31:03
Size: 711
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Patch Branch Extension

This extension is not distributed with Mercurial.

Author: Peter Arrenbrecht

Download: http://www.bitbucket.org/parren/hg-pbranch/raw/pbranch/hgext/pbranch.py

Overview

Patch branches (pbranch) is a way to develop a series of patches for submission into a main repo. It is based on topic branches, one per patch, and is thus highly suitable for collaborative and/or long-term patch development and maintenance.

Documentation: http://arrenbrecht.ch/mercurial/pbranch/

Configuration

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

[extensions]
pbranch = /path/to/pbranch.py


CategoryExtension

PatchBranchExtension (last edited 2012-02-15 22:31:13 by ks3095497)