diff -r 9a70776e355e -r cf9a1233738a mercurial/localrepo.py --- a/mercurial/localrepo.py Tue Oct 18 17:57:27 2005 -0700 +++ b/mercurial/localrepo.py Tue Oct 18 18:37:48 2005 -0700 @@ -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")