mercurial/dirstate.py
changeset 1400 cf9a1233738a
parent 1396 8c3e2a254257
child 1402 9d2c2e6b32b5
--- a/mercurial/dirstate.py
+++ b/mercurial/dirstate.py
@@ -9,6 +9,7 @@ of the GNU General Public License, incor
 
 import struct, os
 from node import *
+from i18n import gettext as _
 from demandload import *
 demandload(globals(), "time bisect stat util re")