changeset 7968:7f44f8bd7f75

<b_jonas> `` >bin/lastwisdoms echo $\'#!/bin/sh\\n\'\'exec hg log --template "{date|shortdate}\\0{files}\\0" -I "wisdom/**" | perl -0ne \'\\\'\'chomp;if(/^[0-9].*/){$d eq$_ and next;$d=$_}else{s"^wisdom/""}print$_," ";\'\\\' && chmod a+x bin/lastwisdoms
author HackBot
date Sun, 08 May 2016 11:36:29 +0000
parents 28dfd2857c83
children aa97cf04e8f6
files bin/lastwisdoms
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/lastwisdoms	Sun May 08 11:36:29 2016 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec hg log --template "{date|shortdate}\0{files}\0" -I "wisdom/**" | perl -0ne 'chomp;if(/^[0-9].*/){$d eq$_ and next;$d=$_}else{s"^wisdom/""}print$_,"  ";'