Size: 711
Comment: converted to 1.6 markup
|
Size: 731
Comment: Fixed download link
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
Download: http://www.bitbucket.org/parren/hg-pbranch/raw/pbranch/hgext/pbranch.py | Download: http://bitbucket.org/parren/hg-pbranch/ (make sure you pick the right version there) |
Line 21: | Line 21: |
Line 23: | Line 22: |
CategoryExtension | CategoryExtensionsByOthers |
Patch Branch Extension
This extension is not distributed with Mercurial.
Author: Peter Arrenbrecht
Download: http://bitbucket.org/parren/hg-pbranch/ (make sure you pick the right version there)
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