##// END OF EJS Templates
templates: rename "user" to "luser" defined in default map file (API)...
Yuya Nishihara -
r38982:f9a98075 default
parent child Browse files
Show More
@@ -1,10 +1,10 b''
1 %include map-cmdline.default
1 %include map-cmdline.default
2
2
3 [templates]
3 [templates]
4 changeset = '{cset}{lbisect}{branches}{bookmarks}{tags}{parents}{user}{ldate}{summary}\n'
4 changeset = '{cset}{lbisect}{branches}{bookmarks}{tags}{parents}{luser}{ldate}{summary}\n'
5 changeset_quiet = '{lshortbisect} {rev}:{node|short}\n'
5 changeset_quiet = '{lshortbisect} {rev}:{node|short}\n'
6 changeset_verbose = '{cset}{lbisect}{branches}{bookmarks}{tags}{parents}{user}{ldate}{lfiles}{lfile_copies_switch}{description}\n'
6 changeset_verbose = '{cset}{lbisect}{branches}{bookmarks}{tags}{parents}{luser}{ldate}{lfiles}{lfile_copies_switch}{description}\n'
7 changeset_debug = '{fullcset}{lbisect}{branches}{bookmarks}{tags}{lphase}{parents}{manifest}{user}{ldate}{lfile_mods}{lfile_adds}{lfile_dels}{lfile_copies_switch}{extras}{description}\n'
7 changeset_debug = '{fullcset}{lbisect}{branches}{bookmarks}{tags}{lphase}{parents}{manifest}{luser}{ldate}{lfile_mods}{lfile_adds}{lfile_dels}{lfile_copies_switch}{extras}{description}\n'
8
8
9 # We take the zeroth word in order to omit "(implicit)" in the label
9 # We take the zeroth word in order to omit "(implicit)" in the label
10 bisectlabel = ' bisect.{word('0', bisect)}'
10 bisectlabel = ' bisect.{word('0', bisect)}'
@@ -2,10 +2,10 b''
2 # to replace some keywords with 'lkeyword', for 'labelled keyword'
2 # to replace some keywords with 'lkeyword', for 'labelled keyword'
3
3
4 [templates]
4 [templates]
5 changeset = '{cset}{branches}{bookmarks}{tags}{parents}{user}{ldate}{ltroubles}{lobsfate}{summary}\n'
5 changeset = '{cset}{branches}{bookmarks}{tags}{parents}{luser}{ldate}{ltroubles}{lobsfate}{summary}\n'
6 changeset_quiet = '{lnode}'
6 changeset_quiet = '{lnode}'
7 changeset_verbose = '{cset}{branches}{bookmarks}{tags}{parents}{user}{ldate}{ltroubles}{lobsfate}{lfiles}{lfile_copies_switch}{description}\n'
7 changeset_verbose = '{cset}{branches}{bookmarks}{tags}{parents}{luser}{ldate}{ltroubles}{lobsfate}{lfiles}{lfile_copies_switch}{description}\n'
8 changeset_debug = '{fullcset}{branches}{bookmarks}{tags}{lphase}{parents}{manifest}{user}{ldate}{ltroubles}{lobsfate}{lfile_mods}{lfile_adds}{lfile_dels}{lfile_copies_switch}{extras}{description}\n'
8 changeset_debug = '{fullcset}{branches}{bookmarks}{tags}{lphase}{parents}{manifest}{luser}{ldate}{ltroubles}{lobsfate}{lfile_mods}{lfile_adds}{lfile_dels}{lfile_copies_switch}{extras}{description}\n'
9
9
10 # File templates
10 # File templates
11 lfiles = '{if(files,
11 lfiles = '{if(files,
@@ -54,8 +54,8 b' tag = \'{label("log.tag",'
54 bookmark = '{label("log.bookmark",
54 bookmark = '{label("log.bookmark",
55 "bookmark: {bookmark}")}\n'
55 "bookmark: {bookmark}")}\n'
56
56
57 user = '{label("log.user",
57 luser = '{label("log.user",
58 "user: {author}")}\n'
58 "user: {author}")}\n'
59
59
60 summary = '{if(desc|strip, "{label('log.summary',
60 summary = '{if(desc|strip, "{label('log.summary',
61 'summary: {desc|firstline}')}\n")}'
61 'summary: {desc|firstline}')}\n")}'
@@ -1,5 +1,5 b''
1 %include map-cmdline.default
1 %include map-cmdline.default
2
2
3 [templates]
3 [templates]
4 changeset = '{cset}{branches}{bookmarks}{tags}{lphase}{parents}{user}{ldate}{summary}\n'
4 changeset = '{cset}{branches}{bookmarks}{tags}{lphase}{parents}{luser}{ldate}{summary}\n'
5 changeset_verbose = '{cset}{branches}{bookmarks}{tags}{lphase}{parents}{user}{ldate}{lfiles}{lfile_copies_switch}{description}\n'
5 changeset_verbose = '{cset}{branches}{bookmarks}{tags}{lphase}{parents}{luser}{ldate}{lfiles}{lfile_copies_switch}{description}\n'
@@ -2,9 +2,9 b''
2
2
3 [templates]
3 [templates]
4 # Override base templates
4 # Override base templates
5 changeset = '{cset}{branches}{bookmarks}{tags}{parents}{user}{ldate}{summary}{lfiles}\n'
5 changeset = '{cset}{branches}{bookmarks}{tags}{parents}{luser}{ldate}{summary}{lfiles}\n'
6 changeset_verbose = '{cset}{branches}{bookmarks}{tags}{parents}{user}{ldate}{description}{lfiles}\n'
6 changeset_verbose = '{cset}{branches}{bookmarks}{tags}{parents}{luser}{ldate}{description}{lfiles}\n'
7 changeset_debug = '{fullcset}{branches}{bookmarks}{tags}{lphase}{parents}{manifest}{user}{ldate}{extras}{description}{lfiles}\n'
7 changeset_debug = '{fullcset}{branches}{bookmarks}{tags}{lphase}{parents}{manifest}{luser}{ldate}{extras}{description}{lfiles}\n'
8
8
9 # Override the file templates
9 # Override the file templates
10 lfiles = '{if(files,
10 lfiles = '{if(files,
General Comments 0
You need to be logged in to leave comments. Login now