comparison bin/culprits-ng @ 7006:458fca97071d

<b_jonas> 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;
author HackBot
date Thu, 25 Feb 2016 07:17:36 +0000
parents
children d92234a1d449
comparison
equal deleted inserted replaced
7005:3c723dce4e7b 7006:458fca97071d
1 #!/bin/sh
2 exec hg log -l 512 --template "{desc}\0" -- "$@" | perl -0ne '/^<([^>]*)>/ and!$t{$1}++and print"$1 "'