log

age author description
2011-08-16 Artem Tikhomirov Handle revision constants correctly
2011-08-16 Artem Tikhomirov Yet another slight perf/mem improvement for the tags per file sample
2011-08-16 Artem Tikhomirov Improve memory footprint of tag collection (about 14 Mb saved for cpython repo without HashMap.Entry and Entry[])
2011-08-16 Artem Tikhomirov Collect tags for a file - improve performance of 'sparse' manifest reads
2011-08-15 Artem Tikhomirov HgLogCommand.changeset(Nodeid) to ease command configuration
2011-08-15 Artem Tikhomirov HgRepository.getWorkingCopyBranchName() to retrieve branch associated with working directory
2011-08-12 Artem Tikhomirov Some javadoc to explain HgFileInformer
2011-08-12 Artem Tikhomirov Deprecated and long-time unused HgLogCommand.Handler gone
2011-08-12 Artem Tikhomirov Deprecated HgLogCommand.FileRevision gone, top-level HgFileRevision is bright and shiny replacement
2011-08-12 Artem Tikhomirov Issue 8: Means to find out information about given file at specific changeset. Inner ManifestRevisionInspector got promoted to ManifestRevision
2011-08-12 Artem Tikhomirov Issue 9: NPE in getModificationDate for files with status 'Unknown'
2011-08-11 Artem Tikhomirov Close file streams
2011-07-14 Artem Tikhomirov Avoid sorting revision range twice
2011-07-12 Artem Tikhomirov Use updated location of cache files (cache/ folder instead of .cache filename extension). Provide means to update (write down) cache for subsequent uses
2011-06-23 Artem Tikhomirov External cache Nodeid<->int added, Revlog.RevisionMap