diff -r 2893e51407a4 -r b5f56d6c62c4 hgext/mq.py --- a/hgext/mq.py Sat Aug 12 13:16:48 2006 -0700 +++ b/hgext/mq.py Sat Aug 12 14:15:23 2006 -0700 @@ -30,9 +30,9 @@ ''' from mercurial.demandload import * +from mercurial.i18n import gettext as _ demandload(globals(), "os sys re struct traceback errno bz2") -from mercurial.i18n import gettext as _ -from mercurial import ui, hg, revlog, commands, util +demandload(globals(), "mercurial:commands,hg,revlog,ui,util") commands.norepo += " qclone qversion"