Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Make the definition of "leaf" on the "leaves" page more precise. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
752895d916594ae3e072a0bb3502dcc5 |
| User & Date: | drh 2011-01-26 15:37:11.809 |
Context
|
2011-01-26
| ||
| 20:24 | Experimental after_dephantomize() enhancement checks out, so pull it into the trunk. check-in: 62d114ee12 user: drh tags: trunk | |
| 16:23 | Avoid unnecessary deep recursion in after_dephantomize() when using delta-manifests. Closed-Leaf check-in: 2739272921 user: drh tags: experimental | |
| 15:37 | Make the definition of "leaf" on the "leaves" page more precise. check-in: 752895d916 user: drh tags: trunk | |
| 12:02 | Fixed a typo in documentation (closes ticket [1f82e0e1e]) check-in: 6a5d3bb089 user: BM tags: trunk | |
Changes
Changes to src/descendants.c.
| ︙ | ︙ | |||
317 318 319 320 321 322 323 |
}
style_header("Leaves");
login_anonymous_available();
compute_leaves(0, showAll ? 0 : showClosed ? 2 : 1);
style_sidebox_begin("Nomenclature:", "33%");
@ <ol>
@ <li> A <div class="sideboxDescribed">leaf</div>
| | | 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 |
}
style_header("Leaves");
login_anonymous_available();
compute_leaves(0, showAll ? 0 : showClosed ? 2 : 1);
style_sidebox_begin("Nomenclature:", "33%");
@ <ol>
@ <li> A <div class="sideboxDescribed">leaf</div>
@ is a check-in with no descendants in the same branch.</li>
@ <li> An <div class="sideboxDescribed">open leaf</div>
@ is a leaf that does not have a "closed" tag
@ and is thus assumed to still be in use.</li>
@ <li> A <div class="sideboxDescribed">closed leaf</div>
@ has a "closed" tag and is thus assumed to
@ be historical and no longer in active use.</li>
@ </ol>
|
| ︙ | ︙ |