2012-10-19 |
Artem Tikhomirov |
Do not use exception when only metadata processing is needed. For hg4j repo, status 0:-1 changed from 500 to 60 ms
|
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-04-17 |
Artem Tikhomirov |
Better argument names
|
2012-03-28 |
Artem Tikhomirov |
HgManifest#getFileRevisions refactored into #walkFileRevisions to match pattern throught rest of the library
|
2012-03-28 |
Artem Tikhomirov |
FIXMEs: exceptions, javadoc
|
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 |
Respect long offsets in revlogs
|
2012-03-22 |
Artem Tikhomirov |
New and better name for HgFileInformer - HgChangesetFileSneaker. Explain (comments) ties between HgManifest, HgDataFile, HgChangesetFileSneaker and reasons for method placement
|
2012-03-22 |
Artem Tikhomirov |
Better names - non-confusing and aligned with the rest of API
|
2012-03-22 |
Artem Tikhomirov |
Explicit constant for regular file flags, access to flags for a given file revision
|
2012-02-27 |
Artem Tikhomirov |
Support WORKING_COPY constant for dataFile.length() operation
|
2012-02-23 |
Artem Tikhomirov |
Straighten out exceptions thrown when file access failed - three is too much
|
2012-02-15 |
Artem Tikhomirov |
Work on FIXME: correct HgDataFile#workingCopy with tests; BasicSessionContext with property override; platform-specific options to internals
|
2012-02-13 |
Artem Tikhomirov |
Few comments
|
2012-02-09 |
Artem Tikhomirov |
Comments/javadoc
|
2011-12-16 |
Artem Tikhomirov |
Update Javadoc with 'revision index'
|
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-06 |
Artem Tikhomirov |
Newline filter shall respect whole stream when deciding whether to process line terminators, hence added stream preview functionality
|
2011-12-01 |
Artem Tikhomirov |
Propagate errors with exceptions up to a end client
|
2011-11-22 |
Artem Tikhomirov |
Add specific IAE subclass to handle wrong (e.g. outdated after rollback) revisions
|
2011-10-05 |
Artem Tikhomirov |
Move file tree history to upper API level
|
2011-09-30 |
Artem Tikhomirov |
Exception when analyzing metadata of an empty renamed file
|
2011-09-30 |
Artem Tikhomirov |
Propagate command's CancelSupport to low-level API. CancelSupport from context got priority over one from command
|
2011-09-29 |
Artem Tikhomirov |
Rework file history build approach to match rest of the API
|
2011-09-22 |
Artem Tikhomirov |
Experimental code to build file history, handy access to changeset added
|
2011-09-22 |
Artem Tikhomirov |
Experimental code to build file history
|
2011-09-17 |
Artem Tikhomirov |
Share range check code
|