... | @@ -32,9 +32,7 @@ This is where you register features that are unimplemented or badly implemented |
... | @@ -32,9 +32,7 @@ This is where you register features that are unimplemented or badly implemented |
|
* Unnaplied patches should use italic font
|
|
* Unnaplied patches should use italic font
|
|
* History compression feature (I'll tackle this, Johan)
|
|
* History compression feature (I'll tackle this, Johan)
|
|
** Select rev A and descendant rev B. cmenu should offer 'Compress history'.
|
|
** Select rev A and descendant rev B. cmenu should offer 'Compress history'.
|
|
** It will update to A (if necessary), hg revert --all --rev B, then open the commit tool with the
|
|
** It will update to the parent of A (if necessary), hg revert --all --rev B, then open the commit tool with the concatenated commit messages of revisions between A and B (both inclusive). User can then edit the message and make the commit. There should be an option to then strip the changesets
|
|
concatenated commit messages of revisions between A and B. User can then edit the
|
|
|
|
message and make the commit. There should be an option to then strip the changesets
|
|
|
|
that were compressed.
|
|
that were compressed.
|
|
** Could be done as a single dialog.
|
|
** Could be done as a single dialog.
|
|
* Extensions that are only enabled in a particularly repo don't work correctly at the moment. If I have two repos, one with and one without MQ, then the repo I start in seems to control whether I get MQ facilities across all repos displayed in the workbench, regardless of an individual repo's MQ status.
|
|
* Extensions that are only enabled in a particularly repo don't work correctly at the moment. If I have two repos, one with and one without MQ, then the repo I start in seems to control whether I get MQ facilities across all repos displayed in the workbench, regardless of an individual repo's MQ status.
|
... | | ... | |