# HG changeset patch # User HackBot # Date 1462707389 0 # Node ID 7f44f8bd7f75e5768c81ea28f9c8cf8cf5c03761 # Parent 28dfd2857c83050c69103ab1681c0496ebbe3795 `` >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 diff -r 28dfd2857c83 -r 7f44f8bd7f75 bin/lastwisdoms --- /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$_," ";'