packages feed

darcs-2.12.0: tests/issue1196_whatsnew_falsely_lists_all_changes.sh

#!/usr/bin/env bash
. ./lib

rm -rf temp1
mkdir temp1
cd temp1
darcs init
echo utrecht > aargh
darcs add aargh

not darcs wh foo foo/../foo/.

cd ..
rm -rf temp1