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