== 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). ---- CategoryBundledExtension