Diff
Not logged in

Differences From:

File src/construct.c part of check-in [4e683ef07b] - Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. by drh on 2008-05-05 17:24:38. [view]

To:

File src/construct.c part of check-in [d5cd3251fa] - Change a couple of instances of "file" to the more correct "artifact". Make it clear that the build time is expressed in UTC. by drh on 2008-10-31 13:36:33. [view]

@@ -77,10 +77,10 @@
 ** COMMAND: deconstruct
 ** Usage %fossil deconstruct ?-R|--repository REPOSITORY? DESTINATION
 **
 ** Populates the indicated DESTINATION directory with copies of all
-** files contained within the repository.  Files are named AA/bbbbb
-** where AA is the first 2 characters of the uuid and bbbbb is the
+** artifcats contained within the repository.  Artifacts are named AA/bbbbb
+** where AA is the first 2 characters of the artifact ID and bbbbb is the
 ** remaining 38 characters.
 */
 
 void deconstruct_cmd(void){
@@ -116,9 +116,9 @@
 /*
 ** COMMAND: reconstruct
 ** Usage %fossil reconstruct REPOSITORY ORIGIN
 **
-** Creates the REPOSITORY and populates it with the files in the
+** Creates the REPOSITORY and populates it with the artifacts in the
 ** indicated ORIGIN directory.
 */
 
 void reconstruct_cmd(void){