List changed files

Andrew Bennetts andrew.bennetts at canonical.com
Tue Jan 11 15:08:44 UTC 2011


Andrew Cowie wrote:
> Is there a less hacky way to list the files that have changed than:
> 
> $ bzr status -S -V --no-pending | perl -a -n -e 'print pop @F; print "\n";'

Try “bzr modified”.

-Andrew.



More information about the bazaar mailing list