Mercurial > jhg
log src/org/tmatesoft/hg/repo/ext/MqManager.java @ 495:abfbe81154b5
age | author | description |
---|---|---|
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 |