mercurial/manifest.py
changeset 1400 cf9a1233738a
parent 1098 50a0a36dd48a
child 1402 9d2c2e6b32b5
--- a/mercurial/manifest.py
+++ b/mercurial/manifest.py
@@ -7,6 +7,7 @@
 
 import sys, struct
 from revlog import *
+from i18n import gettext as _
 from demandload import *
 demandload(globals(), "bisect")