new status output
Matthieu Moy
Matthieu.Moy at imag.fr
Wed Oct 19 09:13:20 BST 2005
Michael Ellerman <michael at ellerman.id.au> writes:
> I'd like "bzr status --modified" (and so on), so rather than having to "scan"
> for "M" or "modified" or whatever, I just run "bzr st --modified" and if I
> get any output at all I know there's something changed.
AOL
# Real
$ bzr status
unknown:
bar
foo
$ bzr add foo
$ bzr add bar
# whished
$ bzr status
unknown:
bar
foo
$ bzr status --unknown | xargs bzr add
--
Matthieu
More information about the bazaar
mailing list