log

age author description
2011-09-16 Artem Tikhomirov Better message for incorrect range requested
2011-09-16 Artem Tikhomirov Issue 13: Tests for mixed-cased filenames in case-insensitive FS
2011-09-16 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
2011-09-14 Artem Tikhomirov Issue 13: Report filenames as they are known in repository rather than from file system
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-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-12 Artem Tikhomirov Provide public access to ignored files configuration to use in alternative file walkers
2011-09-09 Artem Tikhomirov Avoid boxing int values and list resizes on revlog read
2011-09-07 Artem Tikhomirov Use FileInfo abstraction with necessary subset of File functionality instead of File to facilitate other effective file system iterators
2011-09-03 Artem Tikhomirov Few tests for working copy information (branch, parents)
2011-09-03 Artem Tikhomirov Use Path instead of plain String for manifest file names
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.