graph
- Issue 39: Progress and Cancel support for Clone command2012-12-14, by Artem Tikhomirov
- Respect multiple joins/forks in a history of a single file2012-12-14, by Artem Tikhomirov
- Full-fledged test repo to follow file history. Investigating iteration direction alternatives (from new to old in addition to existing old to new)2012-12-13, by Artem Tikhomirov
- Establish parent-child between first and last elements of history chunks for two renamed files2012-12-13, by Artem Tikhomirov
- Support follow history option when walking file history tree2012-12-12, by Artem Tikhomirov
- Test for HgChangesetTreeHandler - make sure nothing is broken prior to adding --follow support2012-12-12, by Artem Tikhomirov
- Experiment to add a facility to check working files for actual changes2012-11-30, by Artem Tikhomirov
- Use checked exception to indicate fs lock entanglements2012-11-30, by Artem Tikhomirov
- Allow to override lock timeout from within Hg4J2012-11-30, by Artem Tikhomirov
- Add lookup of remote paths from repository's .hg/hgrc, respect default (origin)2012-10-31, by Artem Tikhomirov
- Respect changesets with no list of changed files, as discovered with Issue 412012-10-29, by Artem Tikhomirov
- Change the way extensions are accessed (with ExtensionsManager now), add preliminary Rebase extension support2012-10-29, by Artem Tikhomirov
- Tailored subclass of IAE for malformed Nodeids:HgBadNodeidFormatException2012-10-29, by Artem Tikhomirov
- Issue 38: add test for new keys and new section2012-10-26, by Artem Tikhomirov
- Issue 38: preserve user formatting and comments when updating configuration files2012-10-26, by Artem Tikhomirov
- Issue 38. Towards gentle handling of config files - parse them and keep every possible user change2012-10-25, by Artem Tikhomirov
- Recognize 'merged from parent' metastate in dirstate2012-10-22, by Artem Tikhomirov
- Do not use exception when only metadata processing is needed. For hg4j repo, status 0:-1 changed from 500 to 60 ms2012-10-19, by Artem Tikhomirov
- Defect: use of 0 as configuration value for mapio boundary results in every file being memmap-ed2012-10-18, by Artem Tikhomirov
- Refactor to keep knowledge about repository control files and their location in respect to .hg/ in a single place (facilitate future adoption of shared repositories)2012-10-18, by Artem Tikhomirov
- Leave path as close as possible to one supplied by user. No need to keep it as canonical2012-10-18, by Artem Tikhomirov
- Javadoc for HgRepository#getLocation()2012-10-16, by Artem Tikhomirov
- Refactoring: move HgRepository's implementation aspects to Internals (which is now its imlementation counterpart and primary repository class to be used by other parts of the library)2012-08-16, by Artem Tikhomirov
- HgRepositoryLock: some javadoc2012-08-13, by Artem Tikhomirov
- Repository locking mechanism is alive2012-08-13, by Artem Tikhomirov
- Access to reposiotry lock mechanism via HgRepositoryLock2012-08-13, by Artem Tikhomirov
- Provisional support for Mercurial lock mechanism2012-08-10, by Artem Tikhomirov
- Do not add anything to exception message in case no details are known2012-08-09, by Artem Tikhomirov
- Bookmarks support added2012-08-08, by Artem Tikhomirov
- Handle include and unset directives in config files2012-08-07, by Artem Tikhomirov