Mercurial > hg > hg-git
diff hgrepo.py @ 246:a3d54c38f214
hgrepo: remove unused imports
author | Abderrahim Kitouni <a.kitouni@gmail.com> |
---|---|
date | Mon, 10 Aug 2009 16:07:13 +0100 (2009-08-10) |
parents | 237f0c0c02dc |
children |
line wrap: on
line diff
--- a/hgrepo.py +++ b/hgrepo.py @@ -1,8 +1,4 @@ -import weakref - -from mercurial import localrepo, lock, node -from mercurial import changelog, dirstate, filelog, manifest, context -from mercurial.node import bin, hex, nullid, nullrev, short +from mercurial.node import bin from git_handler import GitHandler from gitrepo import gitrepo