view bin/now @ 10366:974b9d6260df

<oerjan> mkx bin/lastfiles//hg log --removed -l 1 --template "{join(files,\'\\n\')}" -- "$@"
author HackBot
date Tue, 07 Mar 2017 23:15:41 +0000
parents 0de56f0fd57a
children
line wrap: on
line source

lastfiles "$@" | while read f; do echo -n "$f//"; cat "$f"; done