changeset 7685:5bec42c5e532

<int-e> ` sed -i \'s/removed/removed --/\' bin/culprits
author HackBot
date Tue, 03 May 2016 21:31:40 +0000
parents c5a0eab423b3
children 259ff621af5e
files bin/culprits
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/culprits	Tue May 03 01:33:55 2016 +0000
+++ b/bin/culprits	Tue May 03 21:31:40 2016 +0000
@@ -1,1 +1,1 @@
-hg log --removed "$1" | grep summary: | awk '{print substr($2,2,length($2)-2)}' | sed "s/.$/\x0F&/" | xargs
+hg log --removed -- "$1" | grep summary: | awk '{print substr($2,2,length($2)-2)}' | sed "s/.$/\x0F&/" | xargs