mercurial/templates/raw/graphnode.tmpl
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 02 Apr 2018 16:47:53 -0700
changeset 37285 d4e62df1c73d
parent 35119 23bba755cf80
permissions -rw-r--r--
debugcommands: drop offset and length from debugindex by default These fields are an implementation detail of revlog storage. As such, they are not part of the generic storage "index" interface and shouldn't be displayed by default. Because we don't have another way to display these fields, we've retained support for printing these fields via --verbose. Yes, I know we should probably be doing all this formatting using modern formatting/templater APIs. I didn't feel like scope bloating this patch. Differential Revision: https://phab.mercurial-scm.org/D3028

changeset:   {node|short}
user:        {author|person}
date:        {date|age}
summary:     {desc|firstline|nonempty}
{branches%branchname}{tags%tagname}{bookmarks%bookmarkname}
node:        ({col}, {row}) (color {color})
{edges%graphedge}