graph
- Use updated location of cache files (cache/ folder instead of .cache filename extension). Provide means to update (write down) cache for subsequent uses2011-07-12, by Artem Tikhomirov
- External cache Nodeid<->int added, Revlog.RevisionMap2011-06-23, by Artem Tikhomirov
- Improved reading of sparse revisions from a revlog2011-06-23, by Artem Tikhomirov
- Some javadoc2011-06-23, by Artem Tikhomirov
- Do not expect file history to be ordered2011-06-23, by Artem Tikhomirov
- Initial access to subrepositories2011-06-16, by Artem Tikhomirov
- Clean IOException reference2011-06-15, by Artem Tikhomirov
- Allow access to working copy content through HgDataFile. Give access to repository's working dir2011-06-10, by Artem Tikhomirov
- Speed up branches calculation when cached branch information is available2011-06-09, by Artem Tikhomirov
- Experimental access to working dir parents2011-06-07, by Artem Tikhomirov
- HgTags got TagInfo to access tags. Tags are read from all branches/revisions now, not only working copy2011-06-07, by Artem Tikhomirov
- Optimize file history walk not to iterat over whole changelog for sparse and distant revisions2011-06-03, by Artem Tikhomirov
- Allow to cat a file with changeset revision2011-06-02, by Artem Tikhomirov
- Introduced access to conflict resolution information (merge state)2011-06-01, by Artem Tikhomirov
- Test for scoped operation of HgStatusCollector2011-05-31, by Artem Tikhomirov
- Scope for status reworked: explicit files or a general matcher2011-05-31, by Artem Tikhomirov
- NPE when directory doesn't exist2011-05-27, by Artem Tikhomirov
- IOException on empty repository with 40-byte dirstate2011-05-25, by Artem Tikhomirov
- Support status query for a single file or a subdirectory of a repository2011-05-25, by Artem Tikhomirov
- Close stream after reading .hgignore2011-05-25, by Artem Tikhomirov
- Few tests for HgWorkingCopyStatusCollector2011-05-25, by Artem Tikhomirov
- HgBadStateException (IOException from FileAccess) on isCopy for empty data file2011-05-23, by Artem Tikhomirov
- Due to discrepancy in manifest and changelor indexes, wrong manifest revisions got cached and compared2011-05-19, by Artem Tikhomirov
- NPE when one of the flags is non-null2011-05-19, by Artem Tikhomirov
- Basic information about branches2011-05-19, by Artem Tikhomirov
- ArrayIndexOutOfBoundsException when file appended. Erroneous 'areTheSame' when trailing were deleted.2011-05-17, by Artem Tikhomirov
- Issue 7: Correctly handle manifest and changelog with different number of (or non-matching) revisions2011-05-17, by Artem Tikhomirov
- Experimental support to mix-in start and end events for inspectors. Additionally, Lifecycle may serve as iteration control2011-05-17, by Artem Tikhomirov
- Use correct super cons to allow explicit initCause2011-05-17, by Artem Tikhomirov
- Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException2011-05-17, by Artem Tikhomirov