log src/org/tmatesoft/hg/repo/HgInternals.java @ 465:2078692eeb58 smartgit3

age author description
2012-03-21 Artem Tikhomirov Follow-up for Issue 29: unify path translation for manifest and dirstate smartgit3
2012-03-16 Artem Tikhomirov Support glob path pattern rewrite to facilitate use of globs with Windows path separator smartgit3
2012-03-14 Artem Tikhomirov Add an explicit constant instead of -1 to indicate 'no revision' case
2012-03-05 Artem Tikhomirov FIXMEs: work on exceptions and javadoc
2012-02-10 Artem Tikhomirov Per-repository UpdateConfigCommand completed. Access to system properties through SessionContext to ease alternation
2011-12-16 Artem Tikhomirov Update Javadoc with 'revision index'
2011-12-16 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
2011-11-24 Artem Tikhomirov Expose errors reading mercurial control files with exception
2011-11-22 Artem Tikhomirov Add specific IAE subclass to handle wrong (e.g. outdated after rollback) revisions
2011-11-16 Artem Tikhomirov Issue 16: respect glob patterns in HgIgnore for sub-directories
2011-11-05 Artem Tikhomirov Access to repository configuration
2011-09-17 Artem Tikhomirov Share range check code
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-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-08-23 Artem Tikhomirov Respect glob pattern with alternatives {a,b}
2011-06-10 Artem Tikhomirov Allow access to working copy content through HgDataFile. Give access to repository's working dir
2011-05-31 Artem Tikhomirov Scope for status reworked: explicit files or a general matcher
2011-02-23 Artem Tikhomirov Exceptions, javadoc. Initial cancel and progress support
2011-02-17 Artem Tikhomirov More reasonable use of path normalizer and path.source
2011-02-16 Artem Tikhomirov Introduced ChangelogHelper to look up changesets files were modified in
2011-02-03 Artem Tikhomirov Filters to read and initialize according to configuration files
2011-01-28 Artem Tikhomirov Updated contact address to support@hg4j.com
2011-01-27 Artem Tikhomirov Internals to HgInternals base src/org/tmatesoft/hg/repo/Internals.java@381b796f8ddf