view bin/before @ 8911:978a725fd403

<boily> pastequotes
author HackBot
date Fri, 12 Aug 2016 23:46:23 +0000
parents c7541819d3f1
children
line wrap: on
line source

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