bzr unshelve should support --list
Bug #330254 reported by
Wesley J. Landaker
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
bzr unshelve --list should work just like bzr shelve --list.
It's confusing to a user when there is no way to get a list of things to unshelve from the unshelve command.
Instead, only the *shelve* command supports --list. This is backwards, because unshelve is the only command that can do anything with a shelf id. When you are shelving, you do not specify or use shelf ids.
Changed in bzr: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in bzr: | |
status: | Triaged → Confirmed |
tags: | added: check-for-breezy |
To post a comment you must log in.
I was going to suggest a "bzr shelved" command that would show the list of shelved changes when I saw this bug. I agree that unshelve should have a list option.
As far as I know, the command is "bzr shelf list" not "bzr shelve --list".
I find the bzr shelf command with its subcommands quite confusing, especially in my typical usage where I'm shelving some changes, committing, and then unshelving my changes to continue work. Since you can't provide a shelf id or name when you're shelving, it confuses me that the shelf name 'default' is exposed.