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