log src/org/tmatesoft/hg/core/HgLogCommand.java @ 526:2f9ed6bcefa2

age author description
Tue, 15 Jan 2013 17:07:19 +0100 Artem Tikhomirov Initial support for Revert command with accompanying minor refactoring
Wed, 26 Dec 2012 18:14:53 +0100 Artem Tikhomirov Expose option to report changesets in reversed order v1.1m2
Fri, 21 Dec 2012 21:20:26 +0100 Artem Tikhomirov Experimental support for inverse direction history walking. Refactored/streamlined cancellation in HgLogCommand and down the stack
Thu, 20 Dec 2012 19:55:45 +0100 Artem Tikhomirov Tests for HgLogCommand#execute(HgChangesetHandler) with various combination of follow renames and ancestry
Tue, 18 Dec 2012 19:08:00 +0100 Artem Tikhomirov Update test to use new command configuration argument (used to have followAncestry == true by default)
Tue, 18 Dec 2012 18:57:03 +0100 Artem Tikhomirov Allow walking file rename history independently from file ancestry (native hg log --follow does both at once)
Mon, 17 Dec 2012 20:51:12 +0100 Artem Tikhomirov Provide access to HgDataFile being iterated into HgChangesetTreeHandler.TreeElement to give context for renamed files
Mon, 17 Dec 2012 19:06:07 +0100 Artem Tikhomirov Report renames when following file history tree with HgFileRenameHandlerMixin
Fri, 14 Dec 2012 15:39:49 +0100 Artem Tikhomirov Respect multiple joins/forks in a history of a single file
Thu, 13 Dec 2012 15:46:40 +0100 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)
Thu, 13 Dec 2012 13:18:35 +0100 Artem Tikhomirov Establish parent-child between first and last elements of history chunks for two renamed files
Wed, 12 Dec 2012 20:52:10 +0100 Artem Tikhomirov Support follow history option when walking file history tree
Wed, 12 Dec 2012 14:17:12 +0100 Artem Tikhomirov Test for HgChangesetTreeHandler - make sure nothing is broken prior to adding --follow support
Thu, 16 Aug 2012 17:08:34 +0200 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)
Mon, 18 Jun 2012 17:06:42 +0200 Artem Tikhomirov Get rid of ambiguity in method name
Mon, 18 Jun 2012 16:54:00 +0200 Artem Tikhomirov Refactor LogFacility and SessionContext, better API for both
Fri, 30 Mar 2012 16:22:51 +0200 Artem Tikhomirov Revlog.ParentWalker helper class got promoted as TLC, renamed to HgParentChildMap
Thu, 29 Mar 2012 20:54:04 +0200 Artem Tikhomirov FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
Thu, 29 Mar 2012 17:14:35 +0200 Artem Tikhomirov FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
Wed, 28 Mar 2012 15:42:15 +0200 Artem Tikhomirov Deprecated code removed
Fri, 23 Mar 2012 22:51:18 +0100 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
Thu, 22 Mar 2012 21:36:41 +0100 Artem Tikhomirov Clean javadoc to fix obvious warnings
Thu, 22 Mar 2012 21:02:20 +0100 Artem Tikhomirov A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
Thu, 22 Mar 2012 18:54:11 +0100 Artem Tikhomirov Explicit constant for regular file flags, access to flags for a given file revision
Mon, 05 Mar 2012 14:50:51 +0100 Artem Tikhomirov FIXMEs: work on exceptions and javadoc
Mon, 27 Feb 2012 19:38:44 +0100 Artem Tikhomirov FIXMEs/javadoc
Thu, 23 Feb 2012 01:06:24 +0100 Artem Tikhomirov Straighten out exceptions thrown when file access failed - three is too much
Mon, 13 Feb 2012 12:47:24 +0100 Artem Tikhomirov Few comments
Thu, 09 Feb 2012 18:57:14 +0100 Artem Tikhomirov Comments/javadoc
Thu, 22 Dec 2011 02:37:10 +0300 Artem Tikhomirov Let callback implementations deliver errors (e,g. own exceptions) to client code