log test/org/tmatesoft/hg/test/TestAuxUtilities.java @ 703:7839ff0bfd78

age author description
Wed, 14 Aug 2013 14:51:51 +0200 Artem Tikhomirov Refactor: move diff/blame related code to a separate package
Wed, 17 Jul 2013 15:40:51 +0200 Artem Tikhomirov Introduced dedicated IntSliceSeq/IntTuple in place of IntArray with subsequences
Thu, 04 Jul 2013 20:27:45 +0200 Artem Tikhomirov ParentChildMap can supply RevisionMap. Refactor ArrayHelper to keep most of sorted/reverse index magic inside
Wed, 22 May 2013 15:52:31 +0200 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
Wed, 08 May 2013 17:11:45 +0200 Artem Tikhomirov Test TODOs: test for ConfigFile (covering %include and %unset directives)
Tue, 16 Apr 2013 14:44:57 +0200 Artem Tikhomirov Improve memory consumption of HgManifest#getFileRevision(): avoid extra byte[] instances
Mon, 25 Feb 2013 18:41:44 +0100 Artem Tikhomirov Annotate: refactor/reuse range handling code
Wed, 20 Feb 2013 22:23:50 +0100 Artem Tikhomirov Annotate file changes through few revisions, walking either direction (old to new and vice versa)
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, 12 Jul 2012 19:11:12 +0200 Artem Tikhomirov Test for subprogress
Wed, 11 Jul 2012 22:45:29 +0200 Artem Tikhomirov Issue 34: incorrect status for a file copy in wc against base rev
Wed, 11 Jul 2012 21:46:28 +0200 Artem Tikhomirov Tests for issue 31
Wed, 11 Jul 2012 20:40:47 +0200 Artem Tikhomirov Merge changes from smartgit3 branch into 1.1 stream
Wed, 06 Jun 2012 21:23:57 +0200 Artem Tikhomirov Issue 31: Revlog#walk() fails with AIOOBE when start > 0 smartgit3
Tue, 05 Jun 2012 20:50:06 +0200 Artem Tikhomirov Support for phases functionality from Mercurial 2.1 smartgit3