changeset 7379:e256a38706de

<shachaf> mkx bin/before//lastfiles | while read f; do echo -n "$f//"; hg cat -r -2 "$f"; done
author HackBot
date Thu, 14 Apr 2016 00:27:45 +0000
parents 7842f9f956f4
children 6045a27f8689
files bin/before
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/before	Thu Apr 14 00:27:45 2016 +0000
@@ -0,0 +1,1 @@
+lastfiles | while read f; do echo -n "$f//"; hg cat -r -2 "$f"; done