hgext/mq.py
changeset 10410 b59fba37e5e6
parent 10407 2e8926e9cc32
child 10413 e433002acb05
--- a/hgext/mq.py	Wed Feb 10 20:27:46 2010 +0100
+++ b/hgext/mq.py	Wed Feb 10 21:17:58 2010 +0100
@@ -43,7 +43,7 @@
 from mercurial.i18n import _
 from mercurial.node import bin, hex, short, nullid, nullrev
 from mercurial.lock import release
-from mercurial import commands, cmdutil, dispatch, hg, patch, util
+from mercurial import commands, cmdutil, hg, patch, util
 from mercurial import repair, extensions, url, error
 import os, sys, re, errno