log src/org/tmatesoft/hg/core/Nodeid.java @ 713:661e77dc88ba tip

age author description
Fri, 03 May 2013 15:19:18 +0200 Artem Tikhomirov Utilize the fact nodeids are very different and are read anyway to speed up reverse lookup
Tue, 05 Feb 2013 15:54:37 +0100 Artem Tikhomirov Issue 42: tolerate lines in .hgtags that do not conform to its format specification
Mon, 29 Oct 2012 18:16:21 +0100 Artem Tikhomirov Tailored subclass of IAE for malformed Nodeids:HgBadNodeidFormatException
Wed, 21 Sep 2011 18:26:16 +0200 Artem Tikhomirov Use memory-friendly set implementation to canonicalize filenames and nodeids
Sat, 17 Sep 2011 14:00:48 +0200 Artem Tikhomirov Remarks about sorting order
Fri, 19 Aug 2011 04:59:32 +0200 Artem Tikhomirov Improve manifest parsing: reduce number of arrays instantiated for Nodeid
Thu, 18 Aug 2011 03:46:36 +0200 Artem Tikhomirov Improve manifest parsing: decode bytes to chars once, minimize arraycopy on String instantiation, keep set of file revisions from previous manifest only