log src/org/tmatesoft/hg/internal/Internals.java @ 461:613c883e360e

age author description
2012-06-18 Artem Tikhomirov Refactor LogFacility and SessionContext, better API for both
2012-03-28 Artem Tikhomirov FIXMEs: exceptions, javadoc
2012-03-22 Artem Tikhomirov Allow IOException from DataAccess methods for subclasses with non-trivial implementations, to avoid exception dumps when inapropriate v0.8.5
2012-03-22 Artem Tikhomirov Respect long offsets in revlogs
2012-03-22 Artem Tikhomirov Clean javadoc to fix obvious warnings
2012-03-22 Artem Tikhomirov A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
2012-03-22 Artem Tikhomirov Explicit constant for regular file flags, access to flags for a given file revision
2012-03-21 Artem Tikhomirov Pull changes from smartgit3 branch
2012-03-21 Artem Tikhomirov Support and respect for symbolic links and executable flag, with /bin/ls backed implementation to discover these
2012-03-21 Artem Tikhomirov Follow-up for Issue 29: unify path translation for manifest and dirstate smartgit3
2012-03-20 Artem Tikhomirov Issue 29: Bad storage path translation - translate Unicode chars to filesystem encoding smartgit3
2012-03-16 Artem Tikhomirov Support glob path pattern rewrite to facilitate use of globs with Windows path separator smartgit3
2012-03-16 Artem Tikhomirov Better multiline log printout; options to tune default log output smartgit3
2012-02-15 Artem Tikhomirov Work on FIXME: correct HgDataFile#workingCopy with tests; BasicSessionContext with property override; platform-specific options to internals
2012-02-10 Artem Tikhomirov Per-repository UpdateConfigCommand completed. Access to system properties through SessionContext to ease alternation
2012-02-09 Artem Tikhomirov Implement discovery of mercurial installation, use it to read/write configuration files
2012-02-09 Artem Tikhomirov Investigate approaches to alter Mercurial configuration files
2011-11-30 Artem Tikhomirov Read extra predefined locations with mercurial configuration files
2011-11-05 Artem Tikhomirov Access to repository configuration
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-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-02-24 Alexander Kitaev Unused variables removed.
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-25 Artem Tikhomirov Complete path hash calculation of fncache requirement
2011-01-24 Artem Tikhomirov Complete refactoring to org.tmatesoft