Diff
Not logged in

Differences From:

File src/descendents.c part of check-in [d57de28756] - The "h" capability is now used to enable hyperlinks to non-wiki pages. When "h" is missing, many pages give a hyperlink to the login page and automatically fill in "anonymous" as the user name. The login page jumps back to the target page after a successful login. by drh on 2008-05-05 23:15:29. [view]

To:

File src/descendents.c part of check-in [6b85fd173e] - Help message cleanup. Automatically delete cloned database files if the clone fails. by drh on 2008-05-10 18:01:52. [view]

@@ -132,8 +132,9 @@
 /*
 ** COMMAND:  descendents
 **
 ** Usage: %fossil descendents ?UUID?
+**
 ** Find all leaf descendents of the current version or of the
 ** specified version.
 */
 void descendents_cmd(void){
@@ -161,8 +162,9 @@
 /*
 ** COMMAND:  leaves
 **
 ** Usage: %fossil leaves
+**
 ** Find leaves of all branches.
 */
 void branches_cmd(void){
   Stmt q;