##// END OF EJS Templates
templates: shorten definition of changeset labels in command-line style...
Denis Laxalde -
r31701:ca971140 default
parent child Browse files
Show More
@@ -29,7 +29,8 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 = '{separate(" ", "log.changeset", "changeset.{phase}", "{if(troubles, "changeset.troubled {troubles%_trouble_label}")}")}'
32 _troubles_labels = '{if(troubles, "changeset.troubled {troubles%_trouble_label}")}'
33 _cset_labels = '{separate(" ", "log.changeset", "changeset.{phase}", "{_troubles_labels}")}'
33 cset = '{label("{_cset_labels}",
34 cset = '{label("{_cset_labels}",
34 "changeset: {rev}:{node|short}")}\n'
35 "changeset: {rev}:{node|short}")}\n'
35
36
General Comments 0
You need to be logged in to leave comments. Login now