mercurial/templates/map-cmdline.show
changeset 34714 f4aeb952ab77
parent 34190 4441c1113eb2
child 34877 eb24f1d1b50b
equal deleted inserted replaced
34713:e5a2cfc524d4 34714:f4aeb952ab77
     1 # TODO there are a few deficiencies in this file:
     1 # TODO there are a few deficiencies in this file:
     2 # * The "namespace" of the labels needs to be worked out. We currently
     2 # * The "namespace" of the labels needs to be worked out. We currently
     3 #   piggyback on existing values so color works.
     3 #   piggyback on existing values so color works.
     4 # * Obsolescence isn't considered for node labels. See _cset_labels in
     4 # * Obsolescence isn't considered for node labels. See _cset_labels in
     5 #   map-cmdline.default.
     5 #   map-cmdline.default.
       
     6 
       
     7 [templates]
     6 showbookmarks = '{if(active, "*", " ")} {pad(bookmark, longestbookmarklen + 4)}{shortest(node, nodelen)}\n'
     8 showbookmarks = '{if(active, "*", " ")} {pad(bookmark, longestbookmarklen + 4)}{shortest(node, nodelen)}\n'
     7 
     9 
     8 showwork = '{cset_shortnode}{namespaces % cset_namespace} {cset_shortdesc}'
    10 showwork = '{cset_shortnode}{namespaces % cset_namespace} {cset_shortdesc}'
     9 showstack = '{showwork}'
    11 showstack = '{showwork}'
    10 
    12