annotate bin/before @ 8904:da034283091e

<moonythedwarf> paste /bin/rainbow
author HackBot
date Wed, 10 Aug 2016 19:43:02 +0000
parents c7541819d3f1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8451
c7541819d3f1 <shachaf> sled bin/before//s/log/log --removed/
HackBot
parents: 8435
diff changeset
1 lastfiles "$@" | while read f; do echo -n "$f//"; hg cat -r "$(hg log --removed --template '{rev}\n' "$f" | tail -n+2 | head -n1)" "$f"; done