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
|
2011-12-16 |
Artem Tikhomirov |
Use exceptions to expose errors reading mercurial data
|
2011-12-10 |
Artem Tikhomirov |
Don't expose methods with DataAccess in public API
|
2011-12-09 |
Artem Tikhomirov |
Decode escape sequences in changeset extras field
|
2011-12-08 |
Artem Tikhomirov |
Report non-critical errors during status operation to handler/inspector
|
2011-12-01 |
Artem Tikhomirov |
Propagate errors with exceptions up to a end client
|
2011-10-13 |
Artem Tikhomirov |
Refactor revlog patch mechanism, towards patch merging
|
2011-10-05 |
Artem Tikhomirov |
Move file tree history to upper API level
|
2011-09-29 |
Artem Tikhomirov |
Rework file history build approach to match rest of the API
|
2011-09-27 |
Artem Tikhomirov |
Facilitate cancellation and progress reporting in changelog and manifest iterations
|
2011-08-15 |
Artem Tikhomirov |
HgRepository.getWorkingCopyBranchName() to retrieve branch associated with working directory
|
2011-06-23 |
Artem Tikhomirov |
Improved reading of sparse revisions from a revlog
|
2011-06-09 |
Artem Tikhomirov |
Speed up branches calculation when cached branch information is available
|
2011-04-29 |
Artem Tikhomirov |
Compound HgDate object to provide flexible access to change date/time information
|
2011-04-18 |
Artem Tikhomirov |
Pool objects to avoid memory polution with duplicates
|
2011-04-12 |
Artem Tikhomirov |
Refactor HgBundle to dispatch changes found through callback
|
2011-03-09 |
Artem Tikhomirov |
Record possible value (and knowledge source) for extras field
|
2011-03-09 |
Artem Tikhomirov |
Merged branch wrap-data-access into default for resource-friendly data access. Updated API to promote that friendliness to clients (channels, not byte[]). More exceptions
base
src/com/tmate/hgkit/ll/Changelog.java@2fb36b3cbecc
|
2011-02-24 |
Artem Tikhomirov |
Changeset => RawChangeset
|
2011-02-24 |
Artem Tikhomirov |
Format code
|
2011-02-18 |
Artem Tikhomirov |
Timezone finally in use
|
2011-02-16 |
Artem Tikhomirov |
explicit op name instead math op to get last rev number
|
2011-02-16 |
Artem Tikhomirov |
explicit op name instead math op to get last rev number
|
2011-02-16 |
Artem Tikhomirov |
core.Cset renamed to HgChangeset; repo.Changeset moved into HgChangelog
|
2011-01-28 |
Artem Tikhomirov |
Updated contact address to support@hg4j.com
|
2011-01-27 |
Artem Tikhomirov |
Changelog to HgChangelog
base
src/org/tmatesoft/hg/repo/Changelog.java@413c95c8e187
|