Diff
Not logged in

Differences From:

File src/info.c part of check-in [5452b32a9f] - Improvements to object description on an artifact display. by drh on 2008-11-17 19:17:21. Also file src/info.c part of check-in [d14adf1032] - Merge src & doc leaves back. by kejoki on 2008-11-19 16:55:14. [view]

To:

File src/info.c part of check-in [b6e22e62cf] - Attempting to rationalize the tagging and branching logic. The "branch" command has been resurrected and appears to work now. The "tag branch" command has been removed. Special tags "newbranch" and "closed" used to manage branches. New changes are not well-tested - use with caution. You must "rebuild" when upgrading through this version. by drh on 2009-01-20 16:51:19. [view]

@@ -443,9 +443,9 @@
       @ %h(zName)</li>
     }
   }
   @ </ul>
-  compute_leaves(rid);
+  compute_leaves(rid, 0);
   showDescendants(rid, 2, "Descendants");
   showLeaves();
   showAncestors(rid, 2, "Ancestors");
   style_footer();