Mercurial > hg4j
graph
- Commit: handle empty repository case2013-02-13, by Artem Tikhomirov
- Commit: first working version2013-02-05, by Artem Tikhomirov
- Update javadoc for HgManifest.Inspector and fix erroneous internal API2013-02-05, by Artem Tikhomirov
- Tests: refactor various utility methods to a single location2013-02-05, by Artem Tikhomirov
- Issue 42: tolerate lines in .hgtags that do not conform to its format specification2013-02-05, by Artem Tikhomirov
- Commit: refactor revision creation code from clone command to work separately, fit into existing library structure2013-02-04, by Artem Tikhomirov
- Generate patches using diff algorithm2013-01-30, by Artem Tikhomirov
- Introduce explicit reference to base patch in bundle's group element, use it when cloning to fix defect when few revisions list null,null parents2013-01-23, by Artem Tikhomirov
- Throw specific exception when checksum calculation fails2013-01-23, by Artem Tikhomirov
- Towards commit command: refactor clone, extract pieces to reuse. Describe a defect discovered when bundle has few patches with 0,0 parents2013-01-23, by Artem Tikhomirov
- Command to schedule addition/removal of repository files2013-01-21, by Artem Tikhomirov
- Report rename when walking file history regardless of followRenames parameter, solely based on HgFileRenameHandlerMixin presence2013-01-17, by Artem Tikhomirov
- 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 order2012-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