Fossil SCM
Make the definition of "leaf" on the "leaves" page more precise.
Commit
752895d916594ae3e072a0bb3502dcc5f1102ec7
Parent
6a5d3bb089576dc…
1 file changed
+1
-1
+1
-1
| --- src/descendants.c | ||
| +++ src/descendants.c | ||
| @@ -319,11 +319,11 @@ | ||
| 319 | 319 | login_anonymous_available(); |
| 320 | 320 | compute_leaves(0, showAll ? 0 : showClosed ? 2 : 1); |
| 321 | 321 | style_sidebox_begin("Nomenclature:", "33%"); |
| 322 | 322 | @ <ol> |
| 323 | 323 | @ <li> A <div class="sideboxDescribed">leaf</div> |
| 324 | - @ is a check-in with no descendants.</li> | |
| 324 | + @ is a check-in with no descendants in the same branch.</li> | |
| 325 | 325 | @ <li> An <div class="sideboxDescribed">open leaf</div> |
| 326 | 326 | @ is a leaf that does not have a "closed" tag |
| 327 | 327 | @ and is thus assumed to still be in use.</li> |
| 328 | 328 | @ <li> A <div class="sideboxDescribed">closed leaf</div> |
| 329 | 329 | @ has a "closed" tag and is thus assumed to |
| 330 | 330 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -319,11 +319,11 @@ | |
| 319 | login_anonymous_available(); |
| 320 | compute_leaves(0, showAll ? 0 : showClosed ? 2 : 1); |
| 321 | style_sidebox_begin("Nomenclature:", "33%"); |
| 322 | @ <ol> |
| 323 | @ <li> A <div class="sideboxDescribed">leaf</div> |
| 324 | @ is a check-in with no descendants.</li> |
| 325 | @ <li> An <div class="sideboxDescribed">open leaf</div> |
| 326 | @ is a leaf that does not have a "closed" tag |
| 327 | @ and is thus assumed to still be in use.</li> |
| 328 | @ <li> A <div class="sideboxDescribed">closed leaf</div> |
| 329 | @ has a "closed" tag and is thus assumed to |
| 330 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -319,11 +319,11 @@ | |
| 319 | login_anonymous_available(); |
| 320 | compute_leaves(0, showAll ? 0 : showClosed ? 2 : 1); |
| 321 | style_sidebox_begin("Nomenclature:", "33%"); |
| 322 | @ <ol> |
| 323 | @ <li> A <div class="sideboxDescribed">leaf</div> |
| 324 | @ is a check-in with no descendants in the same branch.</li> |
| 325 | @ <li> An <div class="sideboxDescribed">open leaf</div> |
| 326 | @ is a leaf that does not have a "closed" tag |
| 327 | @ and is thus assumed to still be in use.</li> |
| 328 | @ <li> A <div class="sideboxDescribed">closed leaf</div> |
| 329 | @ has a "closed" tag and is thus assumed to |
| 330 |