log src/org/tmatesoft/hg/repo/ext/MqManager.java @ 648:690e71d29bf6

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
2012-10-29 Artem Tikhomirov Change the way extensions are accessed (with ExtensionsManager now), add preliminary Rebase extension support
2012-10-18 Artem Tikhomirov Refactor to keep knowledge about repository control files and their location in respect to .hg/ in a single place (facilitate future adoption of shared repositories)
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-07-17 Artem Tikhomirov Refactor LineReader utility as stanalone class to facilitate reuse
2012-07-12 Artem Tikhomirov Tests for MqManager
2012-07-11 Artem Tikhomirov Merge changes from smartgit3 branch into 1.1 stream
2012-06-21 Artem Tikhomirov MqManager: read status/series of the active queue smartgit3
2012-06-21 Artem Tikhomirov MqManager evolution: same PatchRecord instances, list patch queues, detect active queue smartgit3
2012-06-20 Artem Tikhomirov Initial support for MqExtension smartgit3