log src/org/tmatesoft/hg/repo/HgBookmarks.java @ 705:b4242b7e7dfe

age author description
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2013-05-20 Artem Tikhomirov FIXMEs and TODOs: pay some technical debt
2013-05-10 Artem Tikhomirov Remove few Experimental annotations as the API they've marked graduates v1.1m4
2013-05-09 Artem Tikhomirov Refresh tags, branches, bookmarks and ignore when their files (or csets in the repo) are changed
2013-05-06 Artem Tikhomirov Commit: update active bookmark with new revision
2012-10-29 Artem Tikhomirov Change the way extensions are accessed (with ExtensionsManager now), add preliminary Rebase extension support
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-08-08 Artem Tikhomirov Bookmarks support added