mercurial/localrepo.py
changeset 8731 f037187a6f68
parent 8715 8c667f4c482e
child 8796 2bcef677a6c3
--- a/mercurial/localrepo.py	Mon Jun 08 00:14:24 2009 +0200
+++ b/mercurial/localrepo.py	Sun Jun 07 21:16:05 2009 +0200
@@ -14,7 +14,7 @@
 import match as match_
 import merge as merge_
 from lock import release
-import weakref, stat, errno, os, time, inspect, bisect
+import weakref, stat, errno, os, time, inspect
 propertycache = util.propertycache
 
 class localrepository(repo.repository):