Mercurial > hg4j
log
age | author | description |
---|---|---|
2011-09-13 | Artem Tikhomirov | Expose dirstate to allow pre-configuration of FileIterators for status collection in particular |
2011-09-12 | Artem Tikhomirov | Provide public access to ignored files configuration to use in alternative file walkers |
2011-09-09 | Artem Tikhomirov | Avoid boxing int values and list resizes on revlog read |
2011-09-07 | Artem Tikhomirov | Use FileInfo abstraction with necessary subset of File functionality instead of File to facilitate other effective file system iterators |
2011-09-03 | Artem Tikhomirov | Few tests for working copy information (branch, parents) |
2011-09-03 | Artem Tikhomirov | Use Path instead of plain String for manifest file names |
2011-09-03 | Artem Tikhomirov | HgDirstate shall operate with Path instead of String for file names. Use of Pair instead of array of unspecified length for parents. |