mercurial/revlog.py
changeset 1099 0cb9c72b6c03
parent 1091 d62130f99a73
child 1201 59bfbdbc38f6
--- a/mercurial/revlog.py
+++ b/mercurial/revlog.py
@@ -11,7 +11,7 @@ of the GNU General Public License, incor
 """
 
 import zlib, struct, sha, binascii, heapq
-from mercurial import mdiff
+import mdiff
 from node import *
 
 def hash(text, p1, p2):