mercurial/hg.py
changeset 1093 1f1661c58283
parent 1090 1bca39b85615
child 1094 221b5252864c
--- a/mercurial/hg.py
+++ b/mercurial/hg.py
@@ -8,7 +8,6 @@
 import os
 import util
 from node import *
-from revlog import *
 from repo import *
 from demandload import *
 demandload(globals(), "localrepo httprepo sshrepo")