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

history: disable MQ features in bundle preview mode

Fixes #920

Changeset 99d670c682b3

Parent 6143b50b6b81

by Yuki KODAMA

Changes to one file · Browse files at 99d670c682b3 Showing diff from parent 6143b50b6b81 Diff from another changeset...

 
1632
1633
1634
 
1635
1636
1637
 
1703
1704
1705
 
 
 
 
1706
1707
1708
 
1632
1633
1634
1635
1636
1637
1638
 
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
@@ -1632,6 +1632,7 @@
  self.changeview.bfile = None   if hasattr(self, 'mqwidget'):   self.mqwidget.set_repo(self.repo) + self.mqwidget.set_sensitive(True)   if resettip:   self.origtip = len(self.repo)   self.reload_log() @@ -1703,6 +1704,10 @@
  self.origurl = self.pathentry.get_text()   self.pathentry.set_text(bfile)   + # disable MQ panel + if hasattr(self, 'mqwidget'): + self.mqwidget.set_sensitive(False) +   # create apply/reject toolbar buttons   apply = gtk.ToolButton(gtk.STOCK_APPLY)   apply.set_tooltip(self.tooltips,