# HG changeset patch # User Henrik Stuart # Date 2010-02-10 20:17:58 # Node ID b59fba37e5e6ffd45cabfbfd8f70f9554f3dbee5 # Parent 4c94a3df4b10a41e6b856dabf64fe36f1c6434b1 mq: remove unused import diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -43,7 +43,7 @@ regular patches, possibly losing data in 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