Differences between revisions 1 and 2
Revision 1 as of 2010-09-06 11:24:45
Size: 619
Comment:
Revision 2 as of 2010-09-06 11:27:21
Size: 619
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
This extension makes Mercurial parse .hg/subpaths for additional [subpaths] remappings. The file is transferred unconditionally on clone and on pull (but not on push). This is the second part of the SubpathRemappingPlan. This extension makes Mercurial parse .hg/subpaths for additional [subpaths] remappings. The file is transferred unconditionally on clone and on pull (but not on push). This is the second part of the SubrepoRemappingPlan.

subpaths

This extension is not distributed with Mercurial.

Author: Martin Geisler

Download site: http://bitbucket.org/mg/subpaths

Overview

This extension makes Mercurial parse .hg/subpaths for additional [subpaths] remappings. The file is transferred unconditionally on clone and on pull (but not on push). This is the second part of the SubrepoRemappingPlan.

Configuration

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

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


CategoryExtension CategoryExtensionsByOthers

ProjrcExtension (last edited 2012-05-23 12:29:18 by AngelEzquerra)