⇤ ← Revision 1 as of 2015-10-10 12:53:43
Size: 834
Comment:
|
← Revision 2 as of 2015-10-10 12:54:17 ⇥
Size: 873
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from Path Pattern |
Path Pattern
Don't repeat yourself defining [paths] over many repositories, define the general rule once in ~/.hgrc.
Contents
1. Status
This extension is not distributed with Mercurial.
Author: Marcin Kasperski
Repository: https://bitbucket.org/Mekk/mercurial-path_pattern
Web page: https://bitbucket.org/Mekk/mercurial-path_pattern
2. Overview
For detailed description see the extension page
3. Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] path_pattern = [path_pattern] somealias.local = ~/sources/{where} somealias.remote = ssh://johny@some.host/repos/{where}