Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2008-12-12 21:30:03
Size: 458
Comment: Initial page for Patch Branch
Revision 5 as of 2009-05-25 13:47:39
Size: 718
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download: http://www.bitbucket.org/parren/hg-pbranch/raw/pbranch-graphdesc/hgext/pbranch.py 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.
Line 18: Line 21:
Line 20: Line 22:
CategoryExtension CategoryExtensionsByOthers

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


CategoryExtensionsByOthers

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