##// END OF EJS Templates
templates: fix missing closing brace in map-cmdline.status...
Yuya Nishihara -
r25628:9c647f42 default
parent child Browse files
Show More
@@ -16,7 +16,7 b' lfile_adds = \'{file_adds % "{ifcontains'
16 16 '{lfile_add}')}"}'
17 17 lfile_add = '{label("status.added", "A {file}\n")}'
18 18
19 lfile_copies_switch = '{file_copies_switch % "{lfile_copy_orig}{lfile_copy_dest}"'
19 lfile_copies_switch = '{file_copies_switch % "{lfile_copy_orig}{lfile_copy_dest}"}'
20 20 lfile_copy_orig = '{label("status.added", "A {name}\n")}'
21 21 lfile_copy_dest = '{label("status.copied", " {source}\n")}'
22 22
General Comments 0
You need to be logged in to leave comments. Login now