##// END OF EJS Templates
schemes: add Kiln On Demand to default schemes
Benjamin Pollack -
r10777:bdc3256a stable
parent child Browse files
Show More
@@ -34,6 +34,7 b' For convenience, the extension adds thes'
34 bb = https://bitbucket.org/
34 bb = https://bitbucket.org/
35 bb+ssh = ssh://hg@bitbucket.org/
35 bb+ssh = ssh://hg@bitbucket.org/
36 gcode = https://{1}.googlecode.com/hg/
36 gcode = https://{1}.googlecode.com/hg/
37 kiln = https://{1}.kilnhg.com/Repo/
37
38
38 You can override a predefined scheme by defining a new scheme with the
39 You can override a predefined scheme by defining a new scheme with the
39 same name.
40 same name.
@@ -72,7 +73,8 b' schemes = {'
72 'py': 'http://hg.python.org/',
73 'py': 'http://hg.python.org/',
73 'bb': 'https://bitbucket.org/',
74 'bb': 'https://bitbucket.org/',
74 'bb+ssh': 'ssh://hg@bitbucket.org/',
75 'bb+ssh': 'ssh://hg@bitbucket.org/',
75 'gcode': 'https://{1}.googlecode.com/hg/'
76 'gcode': 'https://{1}.googlecode.com/hg/',
77 'kiln': 'https://{1}.kilnhg.com/Repo/'
76 }
78 }
77
79
78 def extsetup(ui):
80 def extsetup(ui):
General Comments 0
You need to be logged in to leave comments. Login now