log src/org/tmatesoft/hg/repo/HgDirstate.java @ 381:6e37c7168585

age author description
2011-12-30 Artem Tikhomirov NPE in HgWCStatusCollector:initDirstateParentManifest (aka AssertionError in HgDirstate:parents())
2011-11-24 Artem Tikhomirov Expose errors reading mercurial control files with exception
2011-11-09 Artem Tikhomirov NPE in HgDirstate.known() when no dirstate file present
2011-09-16 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
2011-09-14 Artem Tikhomirov Issue 13: Status reports filenames with case other than in dirstate incorrectly
2011-09-14 Artem Tikhomirov Refactor PathRewrite to accept any char sequence, not only string
2011-09-13 Artem Tikhomirov Expose dirstate to allow pre-configuration of FileIterators for status collection in particular
2011-09-03 Artem Tikhomirov HgDirstate shall operate with Path instead of String for file names. Use of Pair instead of array of unspecified length for parents.
2011-09-02 Artem Tikhomirov Erroneous and slow status for working copies based on non-tip revision
2011-08-15 Artem Tikhomirov HgRepository.getWorkingCopyBranchName() to retrieve branch associated with working directory
2011-06-01 Artem Tikhomirov Introduced access to conflict resolution information (merge state)
2011-05-25 Artem Tikhomirov IOException on empty repository with 40-byte dirstate
2011-02-17 Artem Tikhomirov Adopt FileIterator moving towards WCStatusCollector parameterizing. Improved path handling, move 'em around
2011-01-28 Artem Tikhomirov Updated contact address to support@hg4j.com
2011-01-27 Artem Tikhomirov Switch to Path instead of String in filenames returned by various status operations