Option to "bzr status" wanted to show only modified files

Asked by Florian Rathgeber

I would like to see "bzr status" to have options to select only modified, deleted, added, unversioned files etc. similar to the options to "hg status" in mercurial.

I found a related bug about "bzr ls" which confused me, since it gave the impressions the options should be available in "bzr status"
https://bugs.launchpad.net/bzr/+bug/52923

Should I file a feature request?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Parth Malwankar
Solved:
Last query:
Last reply:
Revision history for this message
Best Parth Malwankar (parthm) said :
#1

It would be good to have an option --show=(added|modified|ignored|unknown). You should probably file a separate bug for status.

At the moment you can use one of the following commands:
bzr added
bzr ignored
bzr modified

Revision history for this message
Florian Rathgeber (florian-rathgeber) said :
#2

I was not aware of these commands, probably because they do not show up in 'bzr help commands'. I think that should be fixed, then I'd redeem my feature request.

Revision history for this message
Florian Rathgeber (florian-rathgeber) said :
#3

Thanks Parth Malwankar, that solved my question.