Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable settings: use plural form of (n)setting

Changeset 5e27c1eb6fb8

Parent 2f5058c2c787

by timeless

Changes to one file · Browse files at 5e27c1eb6fb8 Showing diff from parent 2f5058c2c787 Diff from another changeset...

 
917
918
919
920
 
921
922
923
 
917
918
919
 
920
921
922
923
@@ -917,7 +917,7 @@
  # Try to create a file from rcpath   try:   f = open(fn, 'w') - f.write('# Generated by TortoiseHg setting dialog\n') + f.write('# Generated by TortoiseHg settings dialog\n')   f.close()   break   except (IOError, OSError):