Merge stable heads stable
authorMatt Mackall <mpm@selenic.com>
Mon, 29 Mar 2010 15:15:44 -0500
branchstable
changeset 10783 b9532264cb8b
parent 10776 08870cf7d388 (current diff)
parent 10777 bdc3256a318e (diff)
child 10784 716e76f89e3a
Merge stable heads
--- 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):