mercurial/revlog.py
changeset 1400 cf9a1233738a
parent 1393 67779d34cb52
child 1402 9d2c2e6b32b5
--- a/mercurial/revlog.py
+++ b/mercurial/revlog.py
@@ -11,6 +11,7 @@ of the GNU General Public License, incor
 """
 
 from node import *
+from i18n import gettext as _
 from demandload import demandload
 demandload(globals(), "binascii errno heapq mdiff sha struct zlib")