[PATCH] schemes: add Kiln On Demand to default schemes

Benjamin Pollack benjamin at bitquabit.com
Wed Mar 24 15:43:38 CDT 2010


# HG changeset patch
# User Benjamin Pollack <benjamin at bitquabit.com>
# Date 1269463328 14400
# Node ID 3be37a369898096635264e0eef5c7e4d46f24e24
# Parent  d70ada7e987d03bd5f47a5ddd9e16aaf3343813f
schemes: add Kiln On Demand to default schemes

diff --git a/hgext/schemes.py b/hgext/schemes.py
--- a/hgext/schemes.py
+++ b/hgext/schemes.py
@@ -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):


More information about the Mercurial-devel mailing list