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

menuthg: move config to tortoisehg.menu.{hgcmd}

Changeset c7e2e7df0cd9

Parent 13d1ef4f324b

by Simon Heimberg

Changes to one file · Browse files at c7e2e7df0cd9 Showing diff from parent 13d1ef4f324b Diff from another changeset...

 
75
76
77
78
 
79
80
81
 
75
76
77
 
78
79
80
81
@@ -75,7 +75,7 @@
  self.sep = [False]     def add_menu(self, menutext, helptext, hgcmd, icon=None, state=True): - pos = self.ui.config('tortoisehg_menu', hgcmd) + pos = self.ui.config('tortoisehg', 'menu.' + hgcmd)   if pos:   if pos.isdigit():   pos = int(pos)