diff bin/lastfiles @ 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 c7cc64c16398
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" -- "$@"