# HG changeset patch # User Henrik Stuart # Date 1265833078 -3600 # Node ID b59fba37e5e6ffd45cabfbfd8f70f9554f3dbee5 # Parent 4c94a3df4b10a41e6b856dabf64fe36f1c6434b1 mq: remove unused import diff -r 4c94a3df4b10 -r b59fba37e5e6 hgext/mq.py --- 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