comparison mercurial/templates/map-cmdline.default @ 24304:6136704b975d stable

templates: fix "log -q" output of default style It was changed at 0ded0f0b1c04 unintentionally due to name conflicts.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 14 Mar 2015 22:34:27 +0900
parents 0ded0f0b1c04
children c1cb6523e968
comparison
equal deleted inserted replaced
24296:b73a22d1d9bf 24304:6136704b975d
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}{parents}{user}{ldate}{summary}\n' 3 changeset = '{cset}{branches}{bookmarks}{tags}{parents}{user}{ldate}{summary}\n'
4 changeset_quiet = '{node}' 4 changeset_quiet = '{lnode}'
5 changeset_verbose = '{cset}{branches}{bookmarks}{tags}{parents}{user}{ldate}{lfiles}{lfile_copies_switch}{description}\n' 5 changeset_verbose = '{cset}{branches}{bookmarks}{tags}{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
8 # File templates 8 # File templates
9 lfiles = '{if(files, 9 lfiles = '{if(files,
38 "changeset: {rev}:{node}")}\n' 38 "changeset: {rev}:{node}")}\n'
39 39
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",
47 "manifest: {rev}:{node}")}\n' 47 "manifest: {rev}:{node}")}\n'
48 48