view mercurial/templates/map-cmdline.show @ 31952:a34b5e7c6683

util: pass sysstrs to warnings.filterwarnings Un-breaks the Python 3 build.
author Augie Fackler <augie@google.com>
date Thu, 13 Apr 2017 13:12:49 -0400
parents 99bc93147d87
children 0bb157bebb43
line wrap: on
line source

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