author | Vadim Gelfer <vadim.gelfer@gmail.com> |
Sat, 12 Aug 2006 14:15:23 -0700 | |
changeset 2867 | b5f56d6c62c4 |
parent 2866 | 2893e51407a4 |
child 2868 | 9a2a481ec3ea |
hgext/mq.py | file | annotate | diff | comparison | revisions |
--- 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"