changelog shortlog graph tags branches changeset files revisions annotate raw help

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

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 [templates]
2 ldate = '{label("log.date",
3  "{date|isodate}")}'
4 
5 ldesc = '{label('ui.note log.description',
6  '{desc|strip}')}'
7 ldescfirst = '{label('ui.note log.description',
8  '{desc|firstline|strip}')}'
9 
10 changeset = '{lrev}{tags}{bookmarks}{parents} {lnode} {ldate} {luser}\n {ldescfirst}\n\n'
11 changeset_quiet = '{lrev}:{lnode}\n'
12 changeset_verbose = '{lrev}{tags}{parents} {lnode} {ldate} {lauthor}\n {ldesc}\n\n'
13 lrev = '{label("log.changeset changeset.{phase}",
14  "{rev}")}'
15 lnode = '{label("log.node",
16  "{node|short}")}'
17 lauthor = '{label("log.user",
18  "{author}")}'
19 luser = '{label("log.user",
20  "{author|user}")}'
21 start_tags = '['
22 tag = '{label("log.tag",
23  "{tag},")}'
24 last_tag = '{tag}]'
25 start_parents = ':'
26 parent = '{lrev},'
27 last_parent = '{lrev}'
28 start_bookmarks = '['
29 bookmark = '{label("log.bookmark",
30  "{bookmark},")}'
31 last_bookmark = '{bookmark}]'