Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

status: do not use _hg_call_wrapper() if not catching exceptions

Changeset a67c0d8915ea

Parent ededb499a062

by Steve Borho

Changes to one file · Browse files at a67c0d8915ea Showing diff from parent ededb499a062 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
637
638
639
640
 
641
642
643
644
645
 
637
638
639
 
640
641
 
642
643
644
@@ -637,9 +637,8 @@
    def reload_status(self):   if not self.ready: return False - res, outtext = self._hg_call_wrapper('Status', self.do_reload_status) + self.do_reload_status()   self.update_check_count() - return res       def make_menu(self, entries):