Mercurial > hg-stable
changeset 10783:b9532264cb8b stable
Merge stable heads
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 29 Mar 2010 15:15:44 -0500 |
parents | 08870cf7d388 (current diff) bdc3256a318e (diff) |
children | 716e76f89e3a |
files | |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/schemes.py Thu Mar 25 15:37:39 2010 -0400 +++ b/hgext/schemes.py Mon Mar 29 15:15:44 2010 -0500 @@ -34,6 +34,7 @@ bb = https://bitbucket.org/ bb+ssh = ssh://hg@bitbucket.org/ gcode = https://{1}.googlecode.com/hg/ + kiln = https://{1}.kilnhg.com/Repo/ You can override a predefined scheme by defining a new scheme with the same name. @@ -72,7 +73,8 @@ 'py': 'http://hg.python.org/', 'bb': 'https://bitbucket.org/', 'bb+ssh': 'ssh://hg@bitbucket.org/', - 'gcode': 'https://{1}.googlecode.com/hg/' + 'gcode': 'https://{1}.googlecode.com/hg/', + 'kiln': 'https://{1}.kilnhg.com/Repo/' } def extsetup(ui):