Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 8390:beae42f3d93b
drop unused imports
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Thu, 14 May 2009 15:35:46 +0200 |
parents | b87a50b7125c |
children | 7e5cbb09515b |
line wrap: on
line diff
--- a/mercurial/localrepo.py Thu May 14 15:24:36 2009 +0200 +++ b/mercurial/localrepo.py Thu May 14 15:35:46 2009 +0200 @@ -9,7 +9,7 @@ from i18n import _ import repo, changegroup import changelog, dirstate, filelog, manifest, context -import lock, transaction, ui, store, encoding +import lock, transaction, store, encoding import util, extensions, hook, error import match as match_ import merge as merge_