Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

Merge with stable

Changeset a93f4d1bf676

Parents 050c73f8d76e

Parents afc53b1f7718

by Steve Borho

Changes to 4 files · Browse files at a93f4d1bf676 Showing diff from parent 050c73f8d76e afc53b1f7718 Diff from another changeset...

Change 1 of 1 Show Entire File .hgtags Stacked
 
26
27
28
 
 
26
27
28
29
@@ -26,3 +26,4 @@
 cd50b769e235833ef490eb1847d2099fb4ea74e0 0.8.3  400e85fa0b8442af109d00081e8840359f095a67 0.9  e5f7c3a255ef88c33b28350b2c9ac0e04ce4048d 0.9.1 +2e352922a7cd8e571c5ca6407d6a9012a52ff6bb 0.9.1.1
 
96
97
98
 
99
100
101
 
103
104
105
106
107
108
109
 
210
211
212
213
214
 
96
97
98
99
100
101
102
 
104
105
106
 
107
108
109
 
210
211
212
 
213
@@ -96,6 +96,7 @@
 ;purge =  ;rebase =  ;record = +;schemes =  ;transplant =  ;win32mbcs =  ;win32text = @@ -103,7 +104,6 @@
 ; Extra extensions bundled with TortoiseHg  ;fold =  ;hgcr-gui = -;schemes =    ; To use cleverencode/cleverdecode, you must enable win32text extension  ; @@ -210,5 +210,4 @@
 [schemes]  ;bb = http://bitbucket.org/  ;bb+ssh = ssh://hg@bitbucket.org/ -;gcode = http://{1}.googlecode.com/hg/  ;py = http://code.python.org/hg/
 
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
 
106
107
108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
@@ -106,45 +106,4 @@
  [extensions]   hgcr-gui=   -Schemes -======= - -`Schemes <http://mercurial.selenic.com/wiki/SchemesExtension>`_ allows -you to specify shortcuts for parent urls, for example:: - - [schemes] - py = http://code.python.org/hg/ - -After that you can use it like:: - - hg clone py://trunk/ - -Of course, it is possible to supply custom urls for schemes with suffixes:: - - [schemes] - ex = ssh://example.com/hg - ex+http = http://hg.example.com/ - -Additionally there is support for some more complex schemas, for example used -by Google Code:: - - [schemes] - gcode = http://{1}.googlecode.com/hg/ - -The syntax is taken from Mercurial templates, and you have unlimited number of -variables, starting with {1} and continuing with {2}, {3} and so on. This -variables will receive parts of url supplied, splitted by /. Anything not -specified as {part} will be just appended to an url. - -To use the schemes extension, add it to your Mercurial.ini along with -some configuration:: - - [extensions] - schemes = - - [schemes] - bb = http://bitbucket.org/ - bb+ssh = ssh://hg@bitbucket.org/ - -  .. vim: noet ts=4
 
1724
1725
1726
 
 
1727
1728
1729
 
1724
1725
1726
1727
1728
1729
1730
1731
@@ -1724,6 +1724,8 @@
  dlg.hide()     def vdiff_change(self, menuitem, pats=[]): + if self.currevid is None: + return   rev = self.currevid   opts = {'change':str(rev), 'bundle':self.bfile}   parents = self.repo[rev].parents()