changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/map-cmdline.bisect

changeset 53: d25f982fb8a6
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 20 Jul 2024 22:31:54 -0400
permissions: -rw-r--r--
description: init vc
1 %include map-cmdline.default
2 
3 [templates]
4 changeset = '{cset}{lbisect}{branches}{bookmarks}{tags}{parents}{luser}{ldate}{summary}\n'
5 changeset_quiet = '{lshortbisect} {rev}:{node|short}\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}{luser}{ldate}{lfile_mods}{lfile_adds}{lfile_dels}{lfile_copies_switch}{extras}{description}\n'
8 
9 # We take the zeroth word in order to omit "(implicit)" in the label
10 bisectlabel = ' bisect.{word('0', bisect)}'
11 
12 lbisect ='{label("log.bisect{if(bisect, bisectlabel)}",
13  "bisect: {bisect}\n")}'
14 lshortbisect ='{label("log.bisect{if(bisect, bisectlabel)}",
15  "{bisect|shortbisect}")}'