Show More
@@ -34,6 +34,7 For convenience, the extension adds thes | |||
|
34 | 34 | bb = https://bitbucket.org/ |
|
35 | 35 | bb+ssh = ssh://hg@bitbucket.org/ |
|
36 | 36 | gcode = https://{1}.googlecode.com/hg/ |
|
37 | kiln = https://{1}.kilnhg.com/Repo/ | |
|
37 | 38 | |
|
38 | 39 | You can override a predefined scheme by defining a new scheme with the |
|
39 | 40 | same name. |
@@ -72,7 +73,8 schemes = { | |||
|
72 | 73 | 'py': 'http://hg.python.org/', |
|
73 | 74 | 'bb': 'https://bitbucket.org/', |
|
74 | 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 | 80 | def extsetup(ui): |
General Comments 0
You need to be logged in to leave comments.
Login now