view bin/before @ 8931:dda4ce7477ab

<oerjan> sled bin/bf//2cshopt -u extglob globstar
author HackBot
date Thu, 18 Aug 2016 01:53:53 +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