Differences between revisions 4 and 5
Revision 4 as of 2011-02-22 15:56:50
Size: 689
Comment:
Revision 5 as of 2011-02-22 15:57:19
Size: 693
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
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 extension makes Mercurial parse ''`.hg/subpaths`'' for additional configuration settings. The file is transferred unconditionally on clone and on pull (but never on push).
Line 17: Line 17:
Configure your '`.hgrc`' to enable the extension by adding following lines: Configure your ''`.hgrc`'' to enable the extension by adding following lines:

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)