log src/org/tmatesoft/hg/repo/HgRepository.java @ 370:a2341e761609

age author description
2011-12-16 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
2011-12-16 Artem Tikhomirov Use exceptions to expose errors reading mercurial data
2011-11-24 Artem Tikhomirov Expose errors reading mercurial control files with exception
2011-11-15 Artem Tikhomirov Issue 17: temporary code to nail down the problem
2011-11-10 Artem Tikhomirov Do not fail with exception on syntax errors in .hgignore
2011-11-05 Artem Tikhomirov Access to repository configuration
2011-09-29 Artem Tikhomirov Shall propagate errors to clients, not work around them silently
2011-09-16 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
2011-09-14 Artem Tikhomirov Refactor PathRewrite to accept any char sequence, not only string
2011-09-12 Artem Tikhomirov Provide public access to ignored files configuration to use in alternative file walkers
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-16 Artem Tikhomirov Initial access to subrepositories
2011-06-10 Artem Tikhomirov Allow access to working copy content through HgDataFile. Give access to repository's working dir
2011-06-07 Artem Tikhomirov Experimental access to working dir parents
2011-06-07 Artem Tikhomirov HgTags got TagInfo to access tags. Tags are read from all branches/revisions now, not only working copy
2011-06-01 Artem Tikhomirov Introduced access to conflict resolution information (merge state)
2011-05-31 Artem Tikhomirov Scope for status reworked: explicit files or a general matcher
2011-05-19 Artem Tikhomirov Basic information about branches
2011-04-26 Artem Tikhomirov Basic test for HgIncomingCommand. Fix RepositoryComparator for cases when whole repository is unknown. Respect freshly initialized (empty) repositories in general.
2011-04-19 Artem Tikhomirov Investigate optimization options to allow fast processing of huge repositories. Fix defect in StatusCollector that lead to wrong result comparing first revision to empty repo (-1 to 0), due to same TIP constant value
2011-02-23 Artem Tikhomirov Exceptions, javadoc. Initial cancel and progress support
2011-02-18 Artem Tikhomirov toString for friendly debug
2011-02-17 Artem Tikhomirov More reasonable use of path normalizer and path.source
2011-02-17 Artem Tikhomirov Adopt FileIterator moving towards WCStatusCollector parameterizing. Improved path handling, move 'em around
2011-02-16 Artem Tikhomirov core.Path to util.Path as it's not Hg repo dependant
2011-02-03 Artem Tikhomirov Introduced channels to pipeline (and easily filter) data streams
2011-02-03 Artem Tikhomirov Filters to read and initialize according to configuration files
2011-01-28 Artem Tikhomirov Preliminary tags implementation
2011-01-28 Artem Tikhomirov Updated contact address to support@hg4j.com
2011-01-27 Artem Tikhomirov Changelog to HgChangelog
2011-01-27 Artem Tikhomirov ignore file with regex and 'honest' glob support
2011-01-24 Artem Tikhomirov Moved RevlogStream implementation into .internal
2011-01-24 Artem Tikhomirov Complete refactoring to org.tmatesoft base src/com/tmate/hgkit/ll/HgRepository.java@6ba4a65ba727