Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2009-03-19 21:48:20
Size: 542
Comment:
Revision 6 as of 2009-11-30 22:13:03
Size: 516
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
'''This extension is currently being distributed along with Mercurial.'''
Line 8: Line 9:
Check out here: http://hg.piranha.org.ua/schemes/
Line 11: Line 10:
Line 18: Line 16:
p+http = http://hg.piranha.org.ua/
Line 20: Line 17:
Line 22: Line 18:
Line 26: Line 21:

There is predefined entries for `selenic` (selenic.com/hg), `py` (python repositories), `bb` (bitbucket).
There are predefined entries for `py` (python repositories), `bb` (bitbucket), `gcode` (google code).

Schemes Extension

This extension is currently being distributed along with Mercurial.

Author: AlexanderSolovyov

Overview

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

Configuration

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

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

Usage

hg clone p://schemes/

There are predefined entries for py (python repositories), bb (bitbucket), gcode (google code).


CategoryExtension

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