log

age author description
Mon, 13 Feb 2012 12:47:24 +0100 Artem Tikhomirov Few comments
Fri, 10 Feb 2012 13:56:24 +0100 Artem Tikhomirov Per-repository UpdateConfigCommand completed. Access to system properties through SessionContext to ease alternation
Thu, 09 Feb 2012 19:07:29 +0100 Artem Tikhomirov IntMap is more effective than TreeMap<Integer,...>
Thu, 09 Feb 2012 18:57:14 +0100 Artem Tikhomirov Comments/javadoc
Thu, 09 Feb 2012 16:47:17 +0100 Artem Tikhomirov Implement discovery of mercurial installation, use it to read/write configuration files
Thu, 09 Feb 2012 04:15:17 +0100 Artem Tikhomirov Investigate approaches to alter Mercurial configuration files
Thu, 02 Feb 2012 16:16:19 +0100 Artem Tikhomirov Issue 22: Test for subsequent empty manifest entries case for separate .i and .d repository control files
Thu, 02 Feb 2012 16:10:50 +0100 Artem Tikhomirov Allow content dump for separate .i and .d files
Mon, 23 Jan 2012 16:51:34 +0100 Artem Tikhomirov Issue 22: UnsupportedOperationException when all files are deleted in a branch
Tue, 10 Jan 2012 01:20:47 +0400 Artem Tikhomirov Bad message fixed
Fri, 06 Jan 2012 01:12:35 +0300 Artem Tikhomirov Constants for well-known repository file names
Fri, 06 Jan 2012 00:42:15 +0300 Artem Tikhomirov Issue 22: UnsupportedOperationException on empty manifest entry
Sat, 31 Dec 2011 01:04:22 +0300 Artem Tikhomirov NPE in HgWCStatusCollector:initDirstateParentManifest (aka AssertionError in HgDirstate:parents())
Thu, 22 Dec 2011 02:37:10 +0300 Artem Tikhomirov Let callback implementations deliver errors (e,g. own exceptions) to client code
Thu, 22 Dec 2011 01:46:40 +0300 Artem Tikhomirov Issue 21: Recognize extensions with prefixed names
Fri, 16 Dec 2011 16:00:57 +0100 Artem Tikhomirov Update Javadoc with 'revision index'
Fri, 16 Dec 2011 15:37:27 +0100 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
Fri, 16 Dec 2011 04:43:18 +0100 Artem Tikhomirov Use exceptions to expose errors reading mercurial data
Sun, 11 Dec 2011 00:39:07 +0100 Artem Tikhomirov Don't expose methods with DataAccess in public API
Fri, 09 Dec 2011 02:09:22 +0100 Artem Tikhomirov Expose errors dealign with Mercurial internals with Exceptions
Fri, 09 Dec 2011 02:08:09 +0100 Artem Tikhomirov Decode escape sequences in changeset extras field
Fri, 09 Dec 2011 01:14:41 +0100 Artem Tikhomirov Report dirstate access error with Exception
Fri, 09 Dec 2011 01:13:53 +0100 Artem Tikhomirov Utilize status object to supply more information about manifest check for specific file
Thu, 08 Dec 2011 22:19:27 +0100 Artem Tikhomirov Report non-critical errors during status operation to handler/inspector
Thu, 08 Dec 2011 15:34:13 +0100 Artem Tikhomirov More or less stable functionality, before final API cleanup/changes
Tue, 06 Dec 2011 20:02:48 +0100 Artem Tikhomirov Clean internal classes from public API v0.7.0
Tue, 06 Dec 2011 19:47:01 +0100 Artem Tikhomirov Clean debug stacktraces
Tue, 06 Dec 2011 14:25:52 +0100 Artem Tikhomirov Consistent approach to deal with adaptable objects. Give adaptable precedence over instanceof to allow conditional response when classes do implement desired interface
Tue, 06 Dec 2011 12:57:21 +0100 Artem Tikhomirov Newline filter shall respect whole stream when deciding whether to process line terminators, hence added stream preview functionality
Thu, 01 Dec 2011 05:21:40 +0100 Artem Tikhomirov Propagate errors with exceptions up to a end client