mercurial/filelog.py
changeset 4266 1b5c38e9d7aa
parent 3886 abaee83ce0a6
child 4267 b11a2fb59cf5
--- a/mercurial/filelog.py
+++ b/mercurial/filelog.py
@@ -12,7 +12,6 @@ class filelog(revlog):
     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