We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e15a6 commit 55e3443Copy full SHA for 55e3443
gitk
@@ -2629,12 +2629,12 @@ proc askrelhighlight {row id} {
2629
2630
if {![info exists selectedline]} return
2631
set isbold 0
2632
- if {$highlight_related eq [mc "Descendent"] ||
2633
- $highlight_related eq [mc "Not descendent"]} {
+ if {$highlight_related eq [mc "Descendant"] ||
+ $highlight_related eq [mc "Not descendant"]} {
2634
if {![info exists descendent($id)]} {
2635
is_descendent $id
2636
}
2637
- if {$descendent($id) == ($highlight_related eq [mc "Descendent"])} {
+ if {$descendent($id) == ($highlight_related eq [mc "Descendant"])} {
2638
set isbold 1
2639
2640
} elseif {$highlight_related eq [mc "Ancestor"] ||
0 commit comments