comparison 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
comparison
equal deleted inserted replaced
10409:4c94a3df4b10 10410:b59fba37e5e6
41 ''' 41 '''
42 42
43 from mercurial.i18n import _ 43 from mercurial.i18n import _
44 from mercurial.node import bin, hex, short, nullid, nullrev 44 from mercurial.node import bin, hex, short, nullid, nullrev
45 from mercurial.lock import release 45 from mercurial.lock import release
46 from mercurial import commands, cmdutil, dispatch, hg, patch, util 46 from mercurial import commands, cmdutil, hg, patch, util
47 from mercurial import repair, extensions, url, error 47 from mercurial import repair, extensions, url, error
48 import os, sys, re, errno 48 import os, sys, re, errno
49 49
50 commands.norepo += " qclone" 50 commands.norepo += " qclone"
51 51