+2008-05-06 Soren Hansen <soren@ubuntu.com> (tiny change)
+
+ * build-aux/vc-list-files: Add support for bzr.
+
2008-05-03 Jim Meyering <meyering@redhat.com>
avoid failed assertion with tight malloc
eval exec git ls-files '"$dir"' $postprocess
elif test -d .hg; then
eval exec hg locate '"$dir/*"' $postprocess
+elif test -d .bzr; then
+ test "$postprocess" = '' && postprocess="| sed 's|^\./||'"
+ eval exec bzr ls --versioned '"$dir"' $postprocess
elif test -d CVS; then
test "$postprocess" = '' && postprocess="| sed 's|^\./||'"
if test -x build-aux/cvsu; then