Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7.3, 0.7.4, and 0.7.5

thgconfig: make ini section keys case sensitive

Fixes #78

Changeset 85be6017f60d

Parent 2aa4616dd133

by Steve Borho

Changes to one file · Browse files at 85be6017f60d Showing diff from parent 2aa4616dd133 Diff from another changeset...

 
560
561
562
563
 
564
565
566
 
560
561
562
 
563
564
565
566
@@ -560,7 +560,7 @@
  f.write("# Generated by tortoisehg-config\n")   f.close()   self.fn = fn - return iniparse.INIConfig(file(fn)) + return iniparse.INIConfig(file(fn), optionxformvalue=None)     def record_new_value(self, cpath, newvalue, keephistory=True):   section, key = cpath.split('.', 1)