... | @@ -27,6 +27,7 @@ This is where you register features that are unimplemented or badly implemented |
... | @@ -27,6 +27,7 @@ This is where you register features that are unimplemented or badly implemented |
|
|
|
|
|
== Workbench ==
|
|
== Workbench ==
|
|
|
|
|
|
|
|
* bundle preview for incoming changesets and other bundles
|
|
* toggle for revset graph filter, clear filter correctly on push/refresh
|
|
* toggle for revset graph filter, clear filter correctly on push/refresh
|
|
* Qsci tab stops suffer from off-by-one when showing diffs. Might not be much we can do about it, beyond moving the +/- column into a margin.
|
|
* Qsci tab stops suffer from off-by-one when showing diffs. Might not be much we can do about it, beyond moving the +/- column into a margin.
|
|
* Horizontal scrollbars are always on w/ Qsci - I suspect we need to enable word-wrap
|
|
* Horizontal scrollbars are always on w/ Qsci - I suspect we need to enable word-wrap
|
... | @@ -141,8 +142,6 @@ Safe chunk select / "move to patch" implementation: |
... | @@ -141,8 +142,6 @@ Safe chunk select / "move to patch" implementation: |
|
* auth save does not respect file's eoln
|
|
* auth save does not respect file's eoln
|
|
* explore, terminal, etc context menu for paths trees
|
|
* explore, terminal, etc context menu for paths trees
|
|
* parse output messages on success, get real counts for status messages
|
|
* parse output messages on success, get real counts for status messages
|
|
* bundle preview when in workbench
|
|
|
|
* incoming / outgoing marks
|
|
|
|
* keyring help
|
|
* keyring help
|
|
|
|
|
|
* Problem adding new keys to keyring on Mac, worked on command line
|
|
* Problem adding new keys to keyring on Mac, worked on command line
|
... | | ... | |