... | ... | @@ -13,7 +13,7 @@ Features marked with {{http://jira.atlassian.com/images/icons/newfeature.gif|2.0 |
|
|
|
|
|
* QTimer errors after revset queries or goto bar search
|
|
|
* limit the size (in MB) of the graph data cache. Perhaps an LRU of revisions.
|
|
|
* Qsci tab stops suffer from off-by-one when showing diffs. Expand tabs to spaces manually when displaying diffs, accounting for the leading char.
|
|
|
* Qsci tab stops suffer from off-by-one when showing diffs, see rejects.py for potential workaround.
|
|
|
* Qsci generic context menu to toggle wrap
|
|
|
|
|
|
== Workbench ==
|
... | ... | @@ -67,10 +67,6 @@ Features marked with {{http://jira.atlassian.com/images/icons/newfeature.gif|2.0 |
|
|
* spell check (perhaps there's an http service we can use for post-validation?)
|
|
|
* in-memory patching / committing chunk selected files
|
|
|
|
|
|
== Rebase ==
|
|
|
|
|
|
* proper error dialog if two arguments are not provided
|
|
|
|
|
|
== Clone ==
|
|
|
|
|
|
* clone --pull's progress bars cause the dialog to grow horizontally dynamically.. ugh. I propose we filter the progress events and elipsize (is that a verb?) the progress strings.
|
... | ... | |