Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2010-09-06 11:24:45
Size: 619
Comment:
Revision 4 as of 2011-02-22 15:56:50
Size: 689
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== subpaths == ## page was renamed from SubpathsExtension
== projrc ==
Line 7: Line 8:
Download site: http://bitbucket.org/mg/subpaths Download site: http://bitbucket.org/mg/projrc
Line 11: Line 12:
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 configuration settings. The file is transferred unconditionally on clone and on pull (but never on push).

This can be used to implement the second part of the SubrepoRemappingPlan.
Line 14: Line 17:
Configure your .hgrc to enable the extension by adding following lines: Configure your '`.hgrc`' to enable the extension by adding following lines:
Line 18: Line 21:
subpaths = path/to/subpaths/subpaths.py projrc = path/to/projrc/projrc.py

projrc

This extension is not distributed with Mercurial.

Author: Martin Geisler

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

Overview

This extension makes Mercurial parse '.hg/subpaths' for additional configuration settings. The file is transferred unconditionally on clone and on pull (but never on push).

This can be used to implement the second part of the SubrepoRemappingPlan.

Configuration

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

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


CategoryExtension CategoryExtensionsByOthers

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