Should allow uploading specific files
Bug #212677 reported by
Martin Albisetti
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Triaged
|
Wishlist
|
Unassigned | ||
bzr Upload plugin |
Confirmed
|
High
|
Unassigned |
Bug Description
I should be able to upload specific files instead of all the changed ones, ie:
bzr upload file1 file2 dir1
This arbitrary and independent of revisions.
The use cases for this are very broad, some examples would be:
* Joe committed a set of files, but he doesn't want to upload all of them now
* Jane uploaded a set of files, but one of them got uploaded incorrectly, she wants to re-upload one of them, and can't commit since there is no real change to the file
Changed in bzr-upload: | |
status: | New → Incomplete |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
tags: | added: upload |
To post a comment you must log in.
I actually need this to complete my current workflow.
I might try to get it working myself, I just wanted a public bug about it :)