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

stable datamine: respect 'tortoisehg.tabwidth' configured in repository HGRC

See cset <79ff9e447904>

Changeset 86ac5ec9eab3

Parent 79ff9e447904

by Yuki KODAMA

Changes to one file · Browse files at 86ac5ec9eab3 Showing diff from parent 79ff9e447904 Diff from another changeset...

 
84
85
86
87
 
88
89
90
 
84
85
86
 
87
88
89
90
@@ -84,7 +84,7 @@
    def load_settings(self, settings):   gdialog.GDialog.load_settings(self, settings) - self.tabwidth = hglib.gettabwidth(self.ui) + self.tabwidth = hglib.gettabwidth(self.repo.ui)     def get_body(self):   """ Initialize the Dialog. """