Differences between revisions 6 and 7
Revision 6 as of 2009-11-30 22:13:03
Size: 516
Comment:
Revision 7 as of 2009-12-02 16:49:33
Size: 495
Editor: AugieFackler
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
schemes=~/dev/hg/schemes/schemes.py hgext.schemes=

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]
hgext.schemes=

[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)