Make whitespacely-canonical-filenames kinder to alternative
revision control systems. (Not stomping on "pristine" trees
makes them happier)
# ?
for source_extension in $source_extensions; do
- find . -name '*'$source_extension -print
+ find . -name _darcs -prune -o \
+ -name '{arch}' -prune -o \
+ -name '*'$source_extension -print
done
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.15.32"
+"0.9.15.33"