Diff
Not logged in

Differences From:

File src/descendants.c part of check-in [6458f020fc] - Change the spelling of "descendant" to use the -ant suffix everywhere, including in the filename "descendant.c". The adjective form can be spelled either -ant or -ent, but the noun form requires -ant, or so says American Heritage. by drh on 2008-05-14 02:03:45. [view]

To:

File src/descendants.c part of check-in [e8c4f69c50] - Change all mentions of "UUID" in the documentation and help screens into either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID" has a widely recognized meaning that is different from its meaning in fossil. "UUID" is still used in code comments and in variable names. by drh on 2008-10-24 13:27:53. [view]

@@ -131,12 +131,12 @@
 
 /*
 ** COMMAND:  descendants
 **
-** Usage: %fossil descendants ?UUID?
+** Usage: %fossil descendants ?BASELINE-ID?
 **
-** Find all leaf descendants of the current version or of the
-** specified version.
+** Find all leaf descendants of the baseline specified or if the argument
+** is omitted, of the baseline currently checked out.
 */
 void descendants_cmd(void){
   Stmt q;
   int base;