Mercurial > public > mercurial-scm > hg
diff hgext/mq.py @ 10410:b59fba37e5e6
mq: remove unused import
author | Henrik Stuart <hg@hstuart.dk> |
---|---|
date | Wed, 10 Feb 2010 21:17:58 +0100 |
parents | 2e8926e9cc32 |
children | e433002acb05 |
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