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

thgstrip: disable 'Strip' button if there is no revs in preview

Changeset 7b11e4355d7d

Parent b732d4e364d1

by Yuki KODAMA

Changes to one file · Browse files at 7b11e4355d7d Showing diff from parent b732d4e364d1 Diff from another changeset...

 
203
204
205
 
206
207
208
 
203
204
205
206
207
208
209
@@ -203,6 +203,7 @@
  info = _('<span weight="bold">%s changesets</span> will'   ' be stripped') % total   self.resultlbl.set_markup(info) + self.stripbtn.set_sensitive(bool(total))     def get_rev(self):   """ Return integer revision number or None """