qdiff should have revert options
Bug #269458 reported by
Gary van der Merwe
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Confirmed
|
Medium
|
Unassigned |
Bug Description
It would be nice if:
qdiff had the following options:
* Revert all files in the diff.
* Revert a file in the diff.
* Revert a chunk.
These options will only be available if one of the trees is a working tree.
The first two will be easy. Just run bzr revert in a SubProcessWindow.
The 3rd is scary because we will have to write to the file our selfs. Then we have to make sure we handle encoding and line endings correctly. Is there maybe some code in bzrlib that will help us do this?
Changed in qbzr: | |
assignee: | nobody → garyvdm |
importance: | Undecided → Wishlist |
Changed in qbzr: | |
importance: | Wishlist → High |
importance: | High → Medium |
tags: | added: feature-request |
tags: |
added: feature removed: feature-request |
Changed in qbzr: | |
assignee: | Gary van der Merwe (garyvdm) → nobody |
To post a comment you must log in.
it seems with recent support of external diff viewers this bug is less actual now?