Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable grep: leave the radio buttons alone when forwarding revision changes

Changeset 60f950ff91d2

Parent 874d813b5118

by Steve Borho

Changes to one file · Browse files at 60f950ff91d2 Showing diff from parent 874d813b5118 Diff from another changeset...

 
211
212
213
214
215
216
217
218
219
 
 
220
221
222
 
211
212
213
 
 
 
 
 
 
214
215
216
217
218
@@ -211,12 +211,8 @@
  self.setCompleters()     def setRevision(self, rev): - if isinstance(rev, basestring): # unapplied patch - return - elif rev is None: - self.wctxradio.setChecked(True) - else: - self.ctxradio.setChecked(True) + 'Repowidget is forwarding a selected revision' + if isinstance(rev, int):   self.revle.setText(str(rev))     def setSearch(self, upattern, **opts):