[Patch] bzr status doesn't handle revision

Martin Pool martinpool at gmail.com
Mon Sep 12 11:25:35 BST 2005


On 11/09/05, Matthieu Moy <Matthieu.Moy at imag.fr> wrote:
> Aaron Bentley <aaron.bentley at utoronto.ca> writes:
> 
> > Robert Collins wrote:
> >> I've taken this into integration as it doesn't make sense to me for
> >> 'status --revision FOO' to do anything anyway.

I'll also add my vote for 'status -r' to show a summary of changes
since then, and even for 'status -r A..B' to show a summary of change
from A to B.  Obviously if A and B are historical there will never be
unknown or ignored files.

> > I would find it useful to know which files have been modified since FOO
> > without getting screenfuls of diffs.

OK, several things here:

> I like the baz behavior for that: "status" never shows the diff, but
> shows things that are not actually a change (conflicts). 

Already done if you have bzrtools, will be in core later.

> "diff" shows
> the diff by default, 

Yes.

> and a brief summary at the top. 

Would be nice.  Maybe even diffstat-style output would be nice (though
I think it should be on a log scale.)

> a --quiet removes
> the diff and shows the summary only.

Is this the famous 'diff --no-diffs' option?  I'm not sure that's so
logical but I guess it's harmless.

So Robert for now please just add a todo about status -r (unless
someone's keen and sends a patch right away, or points out one i
dropped.)

-- 
Martin




More information about the bazaar mailing list