# HG changeset patch # User HackBot # Date 1456384656 0 # Node ID 458fca97071d1e0dfb91fb622be1666d11b9034e # Parent 3c723dce4e7b37bbd8852576da7421a477308d78 perl -e-e($o="bin/culprits-ng") and die; open$O,">",$o or die; print $O qq{#!/bin/sh\\n},q{exec hg log -l 512 --template "{desc}\\0" -- "$@" | perl -0ne \'/^<([^>]*)>/ and!$t{$1}++and print"$1 "\'}; close$O;chmod 0755,$o or die; diff -r 3c723dce4e7b -r 458fca97071d bin/culprits-ng --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/culprits-ng Thu Feb 25 07:17:36 2016 +0000 @@ -0,0 +1,2 @@ +#!/bin/sh +exec hg log -l 512 --template "{desc}\0" -- "$@" | perl -0ne '/^<([^>]*)>/ and!$t{$1}++and print"$1 "' \ No newline at end of file