Skip to content

Commit

Permalink
hgrepo: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
abderrahim committed Aug 10, 2009
1 parent cc5224c commit 82f1c1a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions hgrepo.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 82f1c1a

Please sign in to comment.