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

history: set idle status text to "Bundle Preview" if applicable

This shows the text "Bundle Preview" on the left side in the
status bar when it is idle and a bundle has been set.

Changeset 3e56e8bd50e0

Parent 556d10ea7faf

by Adrian Buehlmann

Changes to one file · Browse files at 3e56e8bd50e0 Showing diff from parent 556d10ea7faf Diff from another changeset...

 
1107
1108
1109
 
1110
1111
1112
 
1194
1195
1196
 
 
1197
1198
1199
 
1107
1108
1109
1110
1111
1112
1113
 
1195
1196
1197
1198
1199
1200
1201
1202
@@ -1107,6 +1107,7 @@
  w.set_sensitive(True)   for cmd in self.incoming_disabled_cmds:   self.cmd_set_sensitive(cmd, True) + self.stbar.set_idle_text(None)     def reject_clicked(self, button):   self.remove_overlay(False) @@ -1194,6 +1195,8 @@
  self.npreviews = len(self.repo) - oldtip   self.reload_log()   + self.stbar.set_idle_text(_('Bundle Preview')) +   def add_bundle_clicked(self, button):   result = gtklib.NativeSaveFileDialogWrapper(   title=_('Open Bundle'), open=True).run()