Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.1, 2.1.2, and tip

stable hgcrutil: add missing import of _() (closes #852)

Changeset 68c9b78ad92e

Parent d9aacc4a5e1c

by Steve Borho

Changes to one file · Browse files at 68c9b78ad92e Showing diff from parent d9aacc4a5e1c Diff from another changeset...

 
7
8
9
 
10
11
12
 
7
8
9
10
11
12
13
@@ -7,6 +7,7 @@
   import os   +from tortoisehg.hgqt.i18n import _  from tortoisehg.hgqt import qtlib  from tortoisehg.util import wconfig