log bin/lastwisdoms @ 12256:821155c00e34 draft

age author description
Sat, 16 Nov 2019 22:07:34 +0000 HackEso <fizzie> sled /hackenv/bin/lastwisdoms//s|find .hg|find $HACKENV/.hg|;s|s=\\^\\.hg|s=^.*?.hg| draft
Sun, 25 Sep 2016 20:31:46 +0000 HackBot <fizzie> revert 58b9ee8f97a7
Sun, 08 May 2016 13:47:10 +0000 HackBot <int-e> mkx bin/lastwisdoms//find .hg/store/data/wisdom -type f -print0 | xargs -0 /bin/ls -t | perl -pe \'use POSIX;chop;$d=strftime("%F",localtime((stat($_))[9]));s=^.hg/store/data/wisdom/(.*).i$=\\1 // =;s=^=/$d/ = if$d ne$p;$p=$d;s=_(.)=uc($1)=eg;s=~([0-9a-f][0-9a-f])=chr hex$1=eg\'
Sun, 08 May 2016 11:38:16 +0000 HackBot <b_jonas> `` >bin/lastwisdoms echo $\'#!/bin/sh\\n\'\'exec hg log --template "{date|shortdate}\\0{files}\\0" -I "wisdom/**" | perl -0ne \'\\\'\'chomp;$s{$_}++and next;s"^wisdom/"";print$_," ";\'\\\' && chmod -c a+x bin/lastwisdoms
Sun, 08 May 2016 11:36:29 +0000 HackBot <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