Mercurial > hg-stable
changeset 10410:b59fba37e5e6
mq: remove unused import
author | Henrik Stuart <hg@hstuart.dk> |
---|---|
date | Wed, 10 Feb 2010 21:17:58 +0100 |
parents | 4c94a3df4b10 |
children | af4c42ec19ed |
files | hgext/mq.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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