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

menuthg: log is promoted by default since 0.9

Changeset 2531d02fa037

Parent 149ae31c9c84

by Steve Borho

Changes to one file · Browse files at 2531d02fa037 Showing diff from parent 149ae31c9c84 Diff from another changeset...

 
153
154
155
156
 
157
158
159
 
153
154
155
 
156
157
158
159
@@ -153,7 +153,7 @@
  self.name = name   self.sep = [False]   self.promoted = [] - pl = self.ui.config('tortoisehg', 'promoteditems', 'commit') + pl = self.ui.config('tortoisehg', 'promoteditems', 'commit,log')   for item in pl.split(','):   item = item.strip()   if item: