Mercurial > jhg
log src/org/tmatesoft/hg/internal/ChangelogHelper.java @ 459:55e9588b84b8
age | author | description |
---|---|---|
2012-03-23 | Artem Tikhomirov | Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level |
2012-02-09 | Artem Tikhomirov | IntMap is more effective than TreeMap<Integer,...> |
2011-12-16 | Artem Tikhomirov | Use 'revision index' instead of the vague 'local revision number' concept in the API |
2011-12-01 | Artem Tikhomirov | Propagate errors with exceptions up to a end client |
2011-08-12 | Artem Tikhomirov | Issue 9: NPE in getModificationDate for files with status 'Unknown' |
2011-02-24 | Artem Tikhomirov | Changeset => RawChangeset |
2011-02-16 | Artem Tikhomirov | Slight optimization |
2011-02-16 | Artem Tikhomirov | core.Path to util.Path as it's not Hg repo dependant |
2011-02-16 | Artem Tikhomirov | core.Cset renamed to HgChangeset; repo.Changeset moved into HgChangelog |
2011-02-16 | Artem Tikhomirov | Introduced ChangelogHelper to look up changesets files were modified in |