log src/org/tmatesoft/hg/repo/ext/MqManager.java @ 713:661e77dc88ba tip

age author description
Wed, 22 May 2013 15:52:31 +0200 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
Mon, 20 May 2013 20:34:33 +0200 Artem Tikhomirov FIXMEs and TODOs: pay some technical debt
Mon, 29 Oct 2012 19:04:13 +0100 Artem Tikhomirov Change the way extensions are accessed (with ExtensionsManager now), add preliminary Rebase extension support
Thu, 18 Oct 2012 18:36:13 +0200 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)
Thu, 16 Aug 2012 17:08:34 +0200 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)
Tue, 17 Jul 2012 22:14:21 +0200 Artem Tikhomirov Refactor LineReader utility as stanalone class to facilitate reuse
Thu, 12 Jul 2012 16:57:40 +0200 Artem Tikhomirov Tests for MqManager