Mercurial > hg4j
log
age | author | description |
---|---|---|
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. |
2011-09-03 | Artem Tikhomirov | Ignored tests shall be valid tests nevertheless |
2011-09-02 | Artem Tikhomirov | Yet another WC status fix, where dirstate parent and base revision are treated right (dirstate parent other than tip and explicit baseRevision are not the same) |
2011-09-02 | Artem Tikhomirov | Utilize IntMap when caching manifest revisions |
2011-09-02 | Artem Tikhomirov | Erroneous and slow status for working copies based on non-tip revision |