Mercurial > jhg
log src/org/tmatesoft/hg/repo/HgDataFile.java @ 519:934037edbea0
age | author | description |
---|---|---|
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 |