Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

config: use "TortoiseHgQt" for section name for now

or we might use TortoiseHg right away, dunno

Changeset 76d3bfe8b5e8

Parent 69e1250e27c7

by Adrian Buehlmann

Changes to one file · Browse files at 76d3bfe8b5e8 Showing diff from parent 69e1250e27c7 Diff from another changeset...

 
42
43
44
45
 
46
47
48
 
42
43
44
 
45
46
47
48
@@ -42,7 +42,7 @@
  """   Class managing user configuration from hg standard configuration system (.hgrc)   """ - def __init__(self, ui, section="hgview"): + def __init__(self, ui, section="TortoiseHgQt"):   self.ui = ui   self.section = section   self._cache = {}