##// END OF EJS Templates
doc: minor fixes to [graph] section documentation
Patrick Mezard -
r16139:461a59e2 default
parent child Browse files
Show More
@@ -537,28 +537,30 b' This feature is only supported when usin'
537 537 ``graph``
538 538 """""""""
539 539
540 This section specifies line width and color to visually distinguish
541 "main branch" or trunk in central repository graph.
540 Web graph view configuration. This section let you change graph
541 elements display properties by branches, for instance to make the
542 ``default`` branch stand out.
542 543
543 Format branch_name.attribute = value.
544 Each line has the following format::
545
546 <branch>.<argument> = <value>
544 547
545 Example::
546 [graph]
547 # 2px width
548 default.width = 2
549 # red color
550 default.color = FF0000
548 where ``<branch>`` is the name of the branch being
549 customized. Example::
550
551 [graph]
552 # 2px width
553 default.width = 2
554 # red color
555 default.color = FF0000
551 556
552 557 Supported arguments:
553 558
554 559 ``width``
555 Set width in px. Width is number 0-99.
560 Set branch edges width in pixels.
556 561
557 562 ``color``
558 Color is six hexadecimal digits RRGGBB.
559
560 Known issues:
561 If line style doesn't change, try to clear browser cache.
563 Set branch edges color in hexadecimal RGB notation.
562 564
563 565 ``merge-patterns``
564 566 """"""""""""""""""
General Comments 0
You need to be logged in to leave comments. Login now