Mercurial > jhg
log src/org/tmatesoft/hg/repo/HgStatusCollector.java @ 221:04735ce6bed2
age | author | description |
---|---|---|
Thu, 19 May 2011 04:45:52 +0200 | Artem Tikhomirov | NPE when one of the flags is non-null |
Tue, 17 May 2011 03:42:33 +0200 | Artem Tikhomirov | Issue 7: Correctly handle manifest and changelog with different number of (or non-matching) revisions |
Tue, 19 Apr 2011 03:49:29 +0200 | Artem Tikhomirov | Investigate optimization options to allow fast processing of huge repositories. Fix defect in StatusCollector that lead to wrong result comparing first revision to empty repo (-1 to 0), due to same TIP constant value |
Fri, 15 Apr 2011 05:17:44 +0200 | Artem Tikhomirov | Optimization: use ParentWalker to get changeset's parents, if possible. Do not keep duplicating nodeids and strings in manifest revisions |