log src/org/tmatesoft/hg/repo/HgDirstate.java @ 497:02140be396d5

age author description
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-06-18 Artem Tikhomirov Refactor LogFacility and SessionContext, better API for both
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-29 Artem Tikhomirov branch information is not directly related to dirstate, clean API from this dependency
2012-03-23 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
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 A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
2012-03-21 Artem Tikhomirov Follow-up for Issue 29: unify path translation for manifest and dirstate smartgit3
2012-02-15 Artem Tikhomirov Work on FIXME: correct HgDataFile#workingCopy with tests; BasicSessionContext with property override; platform-specific options to internals
2011-12-30 Artem Tikhomirov NPE in HgWCStatusCollector:initDirstateParentManifest (aka AssertionError in HgDirstate:parents())
2011-11-24 Artem Tikhomirov Expose errors reading mercurial control files with exception
2011-11-09 Artem Tikhomirov NPE in HgDirstate.known() when no dirstate file present
2011-09-16 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
2011-09-14 Artem Tikhomirov Issue 13: Status reports filenames with case other than in dirstate incorrectly
2011-09-14 Artem Tikhomirov Refactor PathRewrite to accept any char sequence, not only string
2011-09-13 Artem Tikhomirov Expose dirstate to allow pre-configuration of FileIterators for status collection in particular
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-01 Artem Tikhomirov Introduced access to conflict resolution information (merge state)
2011-05-25 Artem Tikhomirov IOException on empty repository with 40-byte dirstate
2011-02-17 Artem Tikhomirov Adopt FileIterator moving towards WCStatusCollector parameterizing. Improved path handling, move 'em around
2011-01-28 Artem Tikhomirov Updated contact address to support@hg4j.com
2011-01-27 Artem Tikhomirov Switch to Path instead of String in filenames returned by various status operations
2011-01-24 Artem Tikhomirov Complete refactoring to org.tmatesoft base src/com/tmate/hgkit/ll/HgDirstate.java@7f88ca9b6584