[PATCH] schemes extension

Matt Mackall mpm at selenic.com
Mon Nov 30 15:41:40 CST 2009


On Mon, 2009-11-30 at 23:22 +0200, Alexander Solovyov wrote:
> # HG changeset patch
> # User Alexander Solovyov <piranha at piranha.org.ua>
> # Date 1259077703 -7200
> # Node ID e58fcb2526313360dab7506047f2004f03d7c8c4
> # Parent  ad44e1f8b3f3fa2f0728deb55623ad444a753ed5
> schemes extension

> +schemes = {
> +    'py': 'http://hg.python.org/',
> +    'bb': 'https://bitbucket.org/',
> +    'bb+ssh': 'ssh://hg@bitbucket.org/',
> +    'gcode': 'https://{1}.googlecode.com/hg/'
> +    }

There appears to be no documentation (user-visible or otherwise) of
these built-in schemes.

-- 
http://selenic.com : development and support for Mercurial and Linux




More information about the Mercurial-devel mailing list