mercurial/templates/map-cmdline.show
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 18 Apr 2017 10:49:46 -0700
branchstable
changeset 32058 0bb157bebb43
parent 31944 99bc93147d87
child 32059 0ea1d9a750da
permissions -rw-r--r--
show: rename "underway" to "work" Durham and I both like this better than "underway." We can add aliases and bikeshed on the name during the 4.3 cycle, as this whole extension is highly experimental.

# TODO add label() once we figure out which namespace the labels belong on.
showbookmarks = '{if(active, "*", " ")} {pad(bookmark, longestbookmarklen + 4)}{shortest(node, 5)}\n'
showwork = '{shortest(node, 5)}{if(branches, " ({branch})")}{if(bookmarks, " ({bookmarks})")} {desc|firstline}'