##// END OF EJS Templates
templates: use separate() to build changeset labels in command-line style
Denis Laxalde -
r31700:32f9006d default
parent child Browse files
Show More
@@ -29,7 +29,7 b" lfile_copies_switch = '{if(file_copies_s"
29
29
30 # General templates
30 # General templates
31 _trouble_label = 'trouble.{trouble}'
31 _trouble_label = 'trouble.{trouble}'
32 _cset_labels = 'log.changeset changeset.{phase}{if(troubles, " changeset.troubled {troubles%_trouble_label}")}'
32 _cset_labels = '{separate(" ", "log.changeset", "changeset.{phase}", "{if(troubles, "changeset.troubled {troubles%_trouble_label}")}")}'
33 cset = '{label("{_cset_labels}",
33 cset = '{label("{_cset_labels}",
34 "changeset: {rev}:{node|short}")}\n'
34 "changeset: {rev}:{node|short}")}\n'
35
35
General Comments 0
You need to be logged in to leave comments. Login now