[wishlist] move file to other folder support
Bug #772819 reported by
Greg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Explorer |
Confirmed
|
Wishlist
|
Unassigned | ||
QBzr |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
We currently have basic 'rename' support but it would be great to have full 'move' support.
A full implementation should occur in two parts:
1) The user manually moves a file to a new folder, then Bazaar Explorer has the option 'Detect File Move' which executes 'bzr move --auto'. Now the changelist will show a path rename instead of deleted and unversioned files.
2) Bazaar Explorer should allow the option (via context menu etc.) to move a file or set of selected files and let the user point to the destination using appropriate GUI (eg. a folder dialog box)
tags: | added: treewidget |
Changed in qbzr: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
Changed in bzr-explorer: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Workaround for bzr-explorer: open the file manager by clicking on the drawer icon, move the files around, then return to explorer, click All Commands and there execute `move --auto`.