mercurial/localrepo.py
changeset 1400 cf9a1233738a
parent 1398 3f76ac60130d
child 1402 9d2c2e6b32b5
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -8,6 +8,7 @@
 import struct, os, util
 import filelog, manifest, changelog, dirstate, repo
 from node import *
+from i18n import gettext as _
 from demandload import *
 demandload(globals(), "re lock transaction tempfile stat mdiff errno")