mercurial/filelog.py
changeset 4257 1b5c38e9d7aa
parent 3877 abaee83ce0a6
child 4258 b11a2fb59cf5
--- a/mercurial/filelog.py	Tue Mar 20 22:21:05 2007 -0300
+++ b/mercurial/filelog.py	Thu Mar 22 19:12:03 2007 -0500
@@ -12,7 +12,6 @@
     def __init__(self, opener, path, defversion=REVLOG_DEFAULT_VERSION):
         revlog.__init__(self, opener,
                         "/".join(("data", self.encodedir(path + ".i"))),
-                        "/".join(("data", self.encodedir(path + ".d"))),
                         defversion)
 
     # This avoids a collision between a file named foo and a dir named