Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

status: show "Save Preview" when comparing two revisons

Changeset 5a95d3b3a9fa

Parent 14f9ae5699c1

by Adrian Buehlmann

Changes to one file · Browse files at 5a95d3b3a9fa Showing diff from parent 14f9ae5699c1 Diff from another changeset...

 
477
478
479
480
 
 
 
481
482
483
 
477
478
479
 
480
481
482
483
484
485
@@ -477,7 +477,9 @@
  pass     def get_preview_tab_name(self): - if self.mqmode: + if self.count_revs() == 2: + res = _('Save Preview') + elif self.mqmode:   res = _('Patch Preview')   else:   res = _('Commit Preview')