graph
- Cache only in-memory revision representations2013-05-02, by Artem Tikhomirov
- Share last revision read between #iterate() invocations, to save revision rebuild efforts when few subsequent revisions are read2013-05-02, by Artem Tikhomirov
- Command-line sample for commit command2013-05-01, by Artem Tikhomirov
- CommitFacility as internal class; refactored infrastructure around internals (access to RevlogStream)2013-04-30, by Artem Tikhomirov
- Use requested encoding in LineReader2013-04-29, by Artem Tikhomirov
- Username in changeset uses UTF-8, not system encoding2013-04-29, by Artem Tikhomirov
- Update dirstate after commit2013-04-29, by Artem Tikhomirov
- Minimize vectors re-allocating when merging patches2013-04-26, by Artem Tikhomirov
- HgCommitCommand initial support2013-04-26, by Artem Tikhomirov
- Access to base revision filed comes handy for debug sometimes2013-04-25, by Artem Tikhomirov
- Conditionally enable effective patch merge alternative for revlog reading2013-04-25, by Artem Tikhomirov
- Effective revlog patching2013-04-24, by Artem Tikhomirov
- Delegate cancel to original support, do not implement CancelSupport ourselves2013-04-22, by Artem Tikhomirov
- Progress/cancel support in new commands2013-04-22, by Artem Tikhomirov
- Respect unix flags for checkout/revert2013-04-19, by Artem Tikhomirov
- Provide means to read user-specific configuration, with no specific repository selected2013-04-17, by Artem Tikhomirov
- Throw exception if repository encountered is too old for Hg4J2013-04-17, by Artem Tikhomirov
- Enlarge inflater buffer to reduce number of inflates per read2013-04-16, by Artem Tikhomirov
- Issue 43: poor performance with InflaterDataAccess. Phase 2: inflate into buffer, effective skip and readByte/readBytes()2013-04-16, by Artem Tikhomirov
- Issue 43: poor performance with InflaterDataAccess. Phase 1: test existing code, fix defects found2013-04-16, by Artem Tikhomirov
- Improve memory consumption of HgManifest#getFileRevision(): avoid extra byte[] instances2013-04-16, by Artem Tikhomirov
- Partial blame when start/end revisions are in the middle of a single filename history2013-04-12, by Artem Tikhomirov
- Report file object in case of error to be helpful as much as possible2013-04-12, by Artem Tikhomirov
- Let session context control creation of Path instances2013-04-11, by Artem Tikhomirov
- Tests for HgAnnotateCommand with follow/no-follow option2013-04-11, by Artem Tikhomirov
- Support for copy/rename follow/no-follow for annotate2013-04-10, by Artem Tikhomirov
- Blame facility refactored, get ready for follow/no-follow support2013-04-10, by Artem Tikhomirov
- Added tag v1.1m3 for changeset 32453f30de072013-04-09, by Artem Tikhomirov
- Annotate command with command-line examplev1.1m3 2013-04-09, by Artem Tikhomirov
- Refactor common code to initialize changelog revision for a command into standalone class2013-04-09, by Artem Tikhomirov