changeset 10370:b5cc52b86b70

<oerjan> mkx bin/lastfiles//hg log --removed -l 1 --template "{join(files,\'\\n\')}\\n" -- "$@"
author HackBot
date Tue, 07 Mar 2017 23:20:20 +0000
parents 67129db80da7
children 9226dab9b684
files bin/lastfiles
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/lastfiles	Tue Mar 07 23:18:12 2017 +0000
+++ b/bin/lastfiles	Tue Mar 07 23:20:20 2017 +0000
@@ -1,1 +1,1 @@
-hg log --removed -l 1 --template "{files}\n" -- "$@"
+hg log --removed -l 1 --template "{join(files,'\n')}\n" -- "$@"