Mercurial > hg4j
diff design.txt @ 15:865bf07f381f
Basic hgignore handling
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 27 Dec 2010 00:50:02 +0100 |
parents | 442dc6ee647b |
children | 254078595653 |
line wrap: on
line diff
--- a/design.txt Sun Dec 26 14:56:08 2010 +0100 +++ b/design.txt Mon Dec 27 00:50:02 2010 +0100 @@ -34,6 +34,8 @@ RevisionWalker (on manifest) and WorkingCopyWalker (io.File) talking to ? and/or dirstate +??? encodings of fncache, .hgignore, dirstate + >>>> Effective file read/data access ReadOperation, Revlog does: repo.getFileSystem().run(this.file, new ReadOperation(), long start=0, long end = -1) ReadOperation gets buffer (of whatever size, as decided by FS impl), parses it and then reports if needs more data.