... | ... | @@ -23,6 +23,17 @@ This is where you register features that are unimplemented or badly implemented |
|
|
* Bisect view (idea) ... it shows good/bad icon alongside each changeset; tested changesets are grayed-out.
|
|
|
* Authorcoloring: is it intentionally that not the whole line is colored (as in the gtk version), or is this a todo ? (debatable, bring it up on the list).
|
|
|
|
|
|
==== history compression feature ====
|
|
|
|
|
|
Select rev A and ancestor 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
|
|
|
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.
|
|
|
|
|
|
Could be done as a single dialog.
|
|
|
|
|
|
== Manifest Viewer ==
|
|
|
|
|
|
Has a lot of potential:
|
... | ... | |