graph
- Tests for present HgCheckoutCommand functionality. Update branch information on checkout. Use UTF8 encoding for the branch file2013-01-15, by Artem Tikhomirov
- Initial support for Revert command with accompanying minor refactoring2013-01-15, by Artem Tikhomirov
- Repository checkout support, first iteration2013-01-11, by Artem Tikhomirov
- @since tag for HgIterateDirection2013-01-11, by Artem Tikhomirov
- Added tag v1.1m2 for changeset 2103388d40102012-12-26, by Artem Tikhomirov
- Expose option to report changesets in reversed orderv1.1m2 2012-12-26, by Artem Tikhomirov
- Cover ChangesetTreeHandler with various followRename, followAncestry and direction2012-12-26, by Artem Tikhomirov
- Experimental support for inverse direction history walking. Refactored/streamlined cancellation in HgLogCommand and down the stack2012-12-21, by Artem Tikhomirov
- Few toString() implementations to ease debug2012-12-20, by Artem Tikhomirov
- Tests for HgLogCommand#execute(HgChangesetHandler) with various combination of follow renames and ancestry2012-12-20, by Artem Tikhomirov
- Update test to use new command configuration argument (used to have followAncestry == true by default)2012-12-18, by Artem Tikhomirov
- Allow walking file rename history independently from file ancestry (native hg log --follow does both at once)2012-12-18, by Artem Tikhomirov
- Provide access to HgDataFile being iterated into HgChangesetTreeHandler.TreeElement to give context for renamed files2012-12-17, by Artem Tikhomirov
- Report renames when following file history tree with HgFileRenameHandlerMixin2012-12-17, by Artem Tikhomirov
- Issue 39: HgCloneCommand doesn't use CancelSupport/ProgressSupport handlers2012-12-17, by Artem Tikhomirov
- 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
- Distinguish files in wc from files under repo root, use these constants2012-08-07, by Artem Tikhomirov
- Access to user-supplied message of last commit2012-08-07, by Artem Tikhomirov
- Refactor LineReader utility as stanalone class to facilitate reuse2012-07-17, by Artem Tikhomirov
- Methods from Main graduated as tests2012-07-12, by Artem Tikhomirov
- Test for subprogress2012-07-12, by Artem Tikhomirov
- Tests for file flags(exec, link, regular)2012-07-12, by Artem Tikhomirov
- Defect: only first file in directory got flags initialized2012-07-12, by Artem Tikhomirov
- Tests for MqManager2012-07-12, by Artem Tikhomirov
- Tests for phases support2012-07-12, by Artem Tikhomirov
- Issue 34: incorrect status for a file copy in wc against base rev2012-07-11, by Artem Tikhomirov
- Tests for issue 312012-07-11, by Artem Tikhomirov
- Merge changes from smartgit3 branch into 1.1 stream2012-07-11, by Artem Tikhomirov
- Switch to 1.1 development2012-07-11, by Artem Tikhomirov
- Release tag 'v1.0.0' added for changeset 3ca4ae7bdd382012-07-11, by Artem Tikhomirov
- Clean experimental marks and deprecation code. Update version number to releasev1.0.0 2012-07-11, by Artem Tikhomirov