diff -r 9a70776e355e -r cf9a1233738a mercurial/commands.py --- a/mercurial/commands.py Tue Oct 18 17:57:27 2005 -0700 +++ b/mercurial/commands.py Tue Oct 18 18:37:48 2005 -0700 @@ -7,6 +7,7 @@ from demandload import demandload from node import * +from i18n import gettext as _ demandload(globals(), "os re sys signal shutil imp urllib pdb") demandload(globals(), "fancyopts ui hg util lock revlog") demandload(globals(), "fnmatch hgweb mdiff random signal time traceback")