darcs-2.5: tests/whatsnew-pending.sh
#!/usr/bin/env bash ## Ensure that darcs whatsnew <paths> only lists relevant bits. ## Public Domain, 2010, Petr Rockai . lib # Load some portability helpers. rm -rf R # Another script may have left a mess. darcs init --repo R # Create our test repos. cd R mkdir d e # Change the working tree. echo 'Example content.' > d/f darcs record -lam 'Add d/f and e.' darcs remove d/f not darcs wh e # | not grep f cd ..