log

age author description
Wed, 22 Feb 2012 16:54:34 +0100 Artem Tikhomirov Added tag v0.8.0 for changeset f52ca9530774
Wed, 22 Feb 2012 03:10:55 +0100 Artem Tikhomirov Resolve FIXMEs: more consistent exceptions v0.8.0
Tue, 21 Feb 2012 19:18:40 +0100 Artem Tikhomirov Resolve FIXMEs
Tue, 21 Feb 2012 18:25:15 +0100 Artem Tikhomirov Extra debug option (dumpDataStats) and patch structure decoding for RevlogDump debug utility
Mon, 20 Feb 2012 03:32:52 +0100 Artem Tikhomirov Provide more details about exception
Thu, 16 Feb 2012 16:08:51 +0100 Artem Tikhomirov Handle missing manifest revision case (brought up with Issue 23), do my best to report missing manifests when walking few manifest revisions
Thu, 16 Feb 2012 01:09:24 +0100 Artem Tikhomirov Missing cons args
Wed, 15 Feb 2012 22:57:56 +0100 Artem Tikhomirov Work on FIXME: correct HgDataFile#workingCopy with tests; BasicSessionContext with property override; platform-specific options to internals
Mon, 13 Feb 2012 15:11:27 +0100 Artem Tikhomirov Issue 23: HgInvalidRevisionException for svn imported repository (changeset 0 references nullid manifest). Tests
Mon, 13 Feb 2012 14:52:21 +0100 Artem Tikhomirov Do not fail with empty extras string in changeset
Mon, 13 Feb 2012 14:19:36 +0100 Artem Tikhomirov HgInvalidRevisionException for svn imported repositories (changeset 0 references nullid manifest)
Mon, 13 Feb 2012 13:20:06 +0100 Artem Tikhomirov Auxilary builders for manifest and changelog to create test repositories
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,...>