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: specify tortoisehg.authorcolor as initial focus field

Changeset 68b062e24596

Parent 2deab01ce92e

by Steve Borho

Changes to one file · Browse files at 68b062e24596 Showing diff from parent 2deab01ce92e Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
50
51
52
 
 
 
53
54
55
 
50
51
52
53
54
55
56
57
58
@@ -50,6 +50,9 @@
  def get_icon(self):   return 'menulog.ico'   + def get_default_setting(self): + return 'tortoisehg.authorcolor' +   def parse_opts(self):   # Disable quiet to get full log info   self.ui.quiet = False