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.