# HG changeset patch # User HackBot # Date 1456384896 0 # Node ID de7ea13e014339ee600d2833c38bf86d630da407 # Parent d92234a1d449c7f1be9c51d7d65b4a34f2ad9bb7 perl -e($o="bin/culprits-ng"); open$O,">",$o or die; print $O "#!/bin/sh\\n",q{exec hg log -l 512 --template "{desc}\\0" -- "$@" | perl -0ne \'/^<([^>]*)>/ and!$t{$1}++and print"$1 "\'},"\\n"; close$O;chmod 0755,$o or die; diff -r d92234a1d449 -r de7ea13e0143 bin/culprits-ng --- a/bin/culprits-ng Thu Feb 25 07:20:27 2016 +0000 +++ b/bin/culprits-ng Thu Feb 25 07:21:36 2016 +0000 @@ -1,1 +1,2 @@ - +#!/bin/sh +exec hg log -l 512 --template "{desc}\0" -- "$@" | perl -0ne '/^<([^>]*)>/ and!$t{$1}++and print"$1 "'