Differences between revisions 4 and 5
Revision 4 as of 2009-05-25 13:52:23
Size: 549
Editor: abuehl
Comment:
Revision 5 as of 2009-06-09 07:01:57
Size: 542
Comment: Grammar
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 11: Line 10:
Line 20: Line 18:
Line 22: Line 19:
Line 26: Line 22:
There are predefined entries for `selenic` (selenic.com/hg), `py` (python repositories), `bb` (bitbucket).
Line 27: Line 24:
There is predefined entries for `selenic` (selenic.com/hg), `py` (python repositories), `bb` (bitbucket).

Schemes Extension

Author: AlexanderSolovyov

Overview

Ability to add shortcut to any url as url scheme (protocol).

Check out here: http://hg.piranha.org.ua/schemes/

Configuration

[extensions]
schemes=~/dev/hg/schemes/schemes.py

[schemes]
p = ssh://piranha.org.ua/hg/
p+http = http://hg.piranha.org.ua/

Usage

hg clone p://schemes/

There are predefined entries for selenic (selenic.com/hg), py (python repositories), bb (bitbucket).


CategoryExtensionsByOthers

SchemesExtension (last edited 2010-08-28 15:17:29 by abuehl)