schemes: add Kiln On Demand to default schemes stable
authorBenjamin Pollack <benjamin@bitquabit.com>
Wed, 24 Mar 2010 16:42:08 -0400
branchstable
changeset 10777 bdc3256a318e
parent 10772 1e819576e926
child 10783 b9532264cb8b
schemes: add Kiln On Demand to default schemes
hgext/schemes.py
--- a/hgext/schemes.py	Fri Mar 26 17:02:49 2010 +0100
+++ b/hgext/schemes.py	Wed Mar 24 16:42:08 2010 -0400
@@ -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):