Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

hgtk: add gettext wrapper for stable bug fix

String freeze is in effect for stable branch, so could not
translate the string in 0.8.

Changeset 66a0973317fa

Parent 5d96c93923ff

by Steve Borho

Changes to one file · Browse files at 66a0973317fa Showing diff from parent 5d96c93923ff Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
445
446
447
448
 
449
450
451
 
445
446
447
 
448
449
450
451
@@ -445,7 +445,7 @@
  aliases, i = cmdutil.findcmd(name, table, False)   except hglib.AmbiguousCommand, inst:   select = lambda c: c.lstrip('^').startswith(inst.args[0]) - helplist('list of commands:\n\n', select) + helplist(_('list of commands:\n\n'), select)   return     # synopsis