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

stable thgconfig: remove gettext wrapper

No need to translate this comment.

Changeset dc08b8f0e129

Parent 2531f7c746f3

by Yuki KODAMA

Changes to one file · Browse files at dc08b8f0e129 Showing diff from parent 2531f7c746f3 Diff from another changeset...

 
1230
1231
1232
1233
 
1234
1235
1236
 
1230
1231
1232
 
1233
1234
1235
1236
@@ -1230,7 +1230,7 @@
  # Try to create a file from rcpath   try:   f = open(fn, 'w') - f.write(_('# Generated by tortoisehg-config\n')) + f.write('# Generated by TortoiseHg setting dialog\n')   f.close()   break   except (IOError, OSError):