log src/org/tmatesoft/hg/repo/HgChangelog.java @ 700:6e7786086f77 v1.2m2

age author description
2013-07-12 Artem Tikhomirov Refactor HgBundle.GroupElement (clear experimental mark), resolve few technical debt issues
2013-07-11 Artem Tikhomirov Refactoring: move all encoding/decoding operations into single place, EncodingHelper
2013-07-04 Artem Tikhomirov Performance: rebuild information about branches takes too long (my improvement: 3 times, 11-15 s to less than 4 sec)
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2013-05-03 Artem Tikhomirov Utilize RevisionLookup to speed-up getRevisionIndex of both manifest and changelog
2013-04-29 Artem Tikhomirov Username in changeset uses UTF-8, not system encoding
2012-12-21 Artem Tikhomirov Experimental support for inverse direction history walking. Refactored/streamlined cancellation in HgLogCommand and down the stack
2012-03-29 Artem Tikhomirov FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
2012-03-28 Artem Tikhomirov HgManifest#getFileRevisions refactored into #walkFileRevisions to match pattern throught rest of the library
2012-03-28 Artem Tikhomirov Deprecated code removed
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 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-02-13 Artem Tikhomirov Do not fail with empty extras string in changeset
2011-12-16 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API