log

age author description
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
2011-08-31 Artem Tikhomirov Use EnumMap when keys are from enumeration
2011-08-29 Artem Tikhomirov Ensure capacity grows regardless of initial map size. Separate unit test
2011-08-29 Artem Tikhomirov Favor delegation over generalization