Show More
@@ -537,28 +537,30 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. | |||
542 |
|
543 | |||
543 | Format branch_name.attribute = value. |
|
544 | Each line has the following format:: | |
|
545 | ||||
|
546 | <branch>.<argument> = <value> | |||
544 |
|
547 | |||
545 | Example:: |
|
548 | where ``<branch>`` is the name of the branch being | |
546 | [graph] |
|
549 | customized. Example:: | |
547 | # 2px width |
|
550 | ||
548 | default.width = 2 |
|
551 | [graph] | |
549 | # red color |
|
552 | # 2px width | |
550 | default.color = FF0000 |
|
553 | default.width = 2 | |
|
554 | # red color | |||
|
555 | default.color = FF0000 | |||
551 |
|
556 | |||
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