mercurial/templatefuncs.py
branchstable
changeset 38040 a3b4ccbec269
parent 37709 7b2955624777
child 38185 3277940a935f
--- a/mercurial/templatefuncs.py	Fri May 18 21:32:05 2018 +0900
+++ b/mercurial/templatefuncs.py	Thu May 24 21:54:31 2018 +0900
@@ -555,7 +555,7 @@
 
     return minirst.format(text, style=style, keep=['verbose'])
 
-@templatefunc('separate(sep, args)', argspec='sep *args')
+@templatefunc('separate(sep, args...)', argspec='sep *args')
 def separate(context, mapping, args):
     """Add a separator between non-empty arguments."""
     if 'sep' not in args: