darcs-2.10.0: tests/issue244_changes.sh
#!/usr/bin/env bash . ./lib # Issue244 # darcs changes should be able to pull up the history for a file # using its moved and not-yet recorded new name rm -rf temp1 mkdir temp1 cd temp1 darcs init touch b darcs add b darcs record -am 11 darcs mv b c darcs changes c | grep 11 cd .. rm -rf temp1