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

age author description
Thu, 20 Dec 2012 20:21:59 +0100 Artem Tikhomirov Few toString() implementations to ease debug
Thu, 18 Oct 2012 18:36:13 +0200 Artem Tikhomirov Refactor to keep knowledge about repository control files and their location in respect to .hg/ in a single place (facilitate future adoption of shared repositories)
Wed, 11 Jul 2012 20:40:47 +0200 Artem Tikhomirov Merge changes from smartgit3 branch into 1.1 stream
Thu, 07 Jun 2012 17:06:23 +0200 Artem Tikhomirov Share PhasesHelper instance among few HgChangesets (mostly affects HgChangesetTreeHandler case) smartgit3
Tue, 05 Jun 2012 20:50:06 +0200 Artem Tikhomirov Support for phases functionality from Mercurial 2.1 smartgit3
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 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 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
Thu, 09 Feb 2012 18:57:14 +0100 Artem Tikhomirov Comments/javadoc
Fri, 16 Dec 2011 04:43:18 +0100 Artem Tikhomirov Use exceptions to expose errors reading mercurial data
Wed, 28 Sep 2011 13:09:16 +0200 Artem Tikhomirov Supply HGFileRevision with copy information when possible, calculate it otherwise
Thu, 25 Aug 2011 03:57:39 +0200 Artem Tikhomirov Use Nodeid.isNull check instead of NULL.equals