darcs-2.10.0: tests/unpull.sh
#!/usr/bin/env bash . ./lib rm -rf temp1 mkdir temp1 cd temp1 darcs init cat > f <<EOF one two three EOF darcs rec -Ax -alm init cp f g cat > f <<EOF three one EOF darcs rec -Ax -am foo echo yy | darcs unpull -p foo cmp f g cd .. rm -rf temp1