Show More
@@ -1,7 +1,7 b'' | |||||
1 | # Base templates. Due to name clashes with existing keywords, we have |
|
1 | # Base templates. Due to name clashes with existing keywords, we have | |
2 | # to replace some keywords with 'lkeyword', for 'labelled keyword' |
|
2 | # to replace some keywords with 'lkeyword', for 'labelled keyword' | |
3 | changeset = '{cset}{branches}{bookmarks}{tags}{lphase}{parents}{user}{ldate}{summary}\n' |
|
3 | changeset = '{cset}{branches}{bookmarks}{tags}{lphase}{parents}{user}{ldate}{summary}\n' | |
4 | changeset_quiet = '{node}' |
|
4 | changeset_quiet = '{lnode}' | |
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}{user}{ldate}{lfiles}{lfile_copies_switch}{description}\n' | |
6 | changeset_debug = '{fullcset}{branches}{bookmarks}{tags}{lphase}{parents}{manifest}{user}{ldate}{lfile_mods}{lfile_adds}{lfile_dels}{lfile_copies_switch}{extras}{description}\n' |
|
6 | changeset_debug = '{fullcset}{branches}{bookmarks}{tags}{lphase}{parents}{manifest}{user}{ldate}{lfile_mods}{lfile_adds}{lfile_dels}{lfile_copies_switch}{extras}{description}\n' | |
7 |
|
7 | |||
@@ -40,7 +40,7 b' fullcset = \'{label("log.changeset change' | |||||
40 | parent = '{label("log.parent changeset.{phase}", |
|
40 | parent = '{label("log.parent changeset.{phase}", | |
41 | "parent: {rev}:{node|formatnode}")}\n' |
|
41 | "parent: {rev}:{node|formatnode}")}\n' | |
42 |
|
42 | |||
43 | node = '{label("log.node", |
|
43 | lnode = '{label("log.node", | |
44 | "{rev}:{node|short}")}\n' |
|
44 | "{rev}:{node|short}")}\n' | |
45 |
|
45 | |||
46 | manifest = '{label("ui.debug log.manifest", |
|
46 | manifest = '{label("ui.debug log.manifest", |
General Comments 0
You need to be logged in to leave comments.
Login now