changeset 9245:7cfaa8e4bede

<oerjan> mkx bin/hlnp//hg log "$@" | sed \'s/\\(<[^>]*\\)\\([^>]>\\)/\\1\\x0F\\2/g\'
author HackBot
date Thu, 13 Oct 2016 00:07:59 +0000
parents 3d42fb7d2111
children adfa4d8ce2a7
files bin/hlnp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/hlnp	Thu Oct 13 00:07:40 2016 +0000
+++ b/bin/hlnp	Thu Oct 13 00:07:59 2016 +0000
@@ -1,1 +1,1 @@
-hg log "$@" | sed 's/.>/\x0F&/g'
+hg log "$@" | sed 's/\(<[^>]*\)\([^>]>\)/\1\x0F\2/g'