Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

hglib: remove cyclic dependency on i18n

hglib doesn't use i18n._() but includes it.
This causes cyclic dependency between hglib and i18n.

Changeset e05084344071

Parent 97f353d02047

by Yuya Nishihara

Changes to one file · Browse files at e05084344071 Showing diff from parent 97f353d02047 Diff from another changeset...

 
19
20
21
22
23
24
25
 
19
20
21
 
22
23
24
@@ -19,7 +19,6 @@
 _fallbackencoding = encoding.fallbackencoding    from tortoisehg.util import paths -from tortoisehg.util.i18n import _  from tortoisehg.util.hgversion import hgversion    def tounicode(s):