log src/org/tmatesoft/hg/repo/HgInternals.java @ 519:934037edbea0

age author description
2012-10-18 Artem Tikhomirov Refactor to keep knowledge about repository control files and their location in respect to .hg/ in a single place (facilitate future adoption of shared repositories)
2012-08-16 Artem Tikhomirov Refactoring: move HgRepository's implementation aspects to Internals (which is now its imlementation counterpart and primary repository class to be used by other parts of the library)
2012-08-07 Artem Tikhomirov Handle include and unset directives in config files
2012-06-22 Artem Tikhomirov Cleaned experimental tag and updated comments/javadoc
2012-04-27 Artem Tikhomirov Tests for subrepo API, refactor status tests for reuse, better subrepos API
2012-03-29 Artem Tikhomirov FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
2012-03-28 Artem Tikhomirov FIXMEs: exceptions, javadoc
2012-03-23 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
2012-03-21 Artem Tikhomirov Pull changes from smartgit3 branch
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