Mercurial > public > mercurial-scm > hg-stable
diff mercurial/filelog.py @ 4257:1b5c38e9d7aa
revlog: don't pass datafile as an argument
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 22 Mar 2007 19:12:03 -0500 |
parents | abaee83ce0a6 |
children | b11a2fb59cf5 |
line wrap: on
line diff
--- 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