Fossil SCM

Change a couple of instances of "file" to the more correct "artifact". Make it clear that the build time is expressed in UTC.

drh 2008-10-31 13:36 trunk
Commit d5cd3251fa4b864aedfa034dee7e0523f87a1d5b
2 files changed +3 -3 +1 -1
+3 -3
--- src/construct.c
+++ src/construct.c
@@ -76,12 +76,12 @@
7676
/*
7777
** COMMAND: deconstruct
7878
** Usage %fossil deconstruct ?-R|--repository REPOSITORY? DESTINATION
7979
**
8080
** Populates the indicated DESTINATION directory with copies of all
81
-** files contained within the repository. Files are named AA/bbbbb
82
-** where AA is the first 2 characters of the uuid and bbbbb is the
81
+** artifcats contained within the repository. Artifacts are named AA/bbbbb
82
+** where AA is the first 2 characters of the artifact ID and bbbbb is the
8383
** remaining 38 characters.
8484
*/
8585
8686
void deconstruct_cmd(void){
8787
const char* zDestination;
@@ -115,11 +115,11 @@
115115
116116
/*
117117
** COMMAND: reconstruct
118118
** Usage %fossil reconstruct REPOSITORY ORIGIN
119119
**
120
-** Creates the REPOSITORY and populates it with the files in the
120
+** Creates the REPOSITORY and populates it with the artifacts in the
121121
** indicated ORIGIN directory.
122122
*/
123123
124124
void reconstruct_cmd(void){
125125
const char* zOrigin;
126126
--- src/construct.c
+++ src/construct.c
@@ -76,12 +76,12 @@
76 /*
77 ** COMMAND: deconstruct
78 ** Usage %fossil deconstruct ?-R|--repository REPOSITORY? DESTINATION
79 **
80 ** Populates the indicated DESTINATION directory with copies of all
81 ** files contained within the repository. Files are named AA/bbbbb
82 ** where AA is the first 2 characters of the uuid and bbbbb is the
83 ** remaining 38 characters.
84 */
85
86 void deconstruct_cmd(void){
87 const char* zDestination;
@@ -115,11 +115,11 @@
115
116 /*
117 ** COMMAND: reconstruct
118 ** Usage %fossil reconstruct REPOSITORY ORIGIN
119 **
120 ** Creates the REPOSITORY and populates it with the files in the
121 ** indicated ORIGIN directory.
122 */
123
124 void reconstruct_cmd(void){
125 const char* zOrigin;
126
--- src/construct.c
+++ src/construct.c
@@ -76,12 +76,12 @@
76 /*
77 ** COMMAND: deconstruct
78 ** Usage %fossil deconstruct ?-R|--repository REPOSITORY? DESTINATION
79 **
80 ** Populates the indicated DESTINATION directory with copies of all
81 ** artifcats contained within the repository. Artifacts are named AA/bbbbb
82 ** where AA is the first 2 characters of the artifact ID and bbbbb is the
83 ** remaining 38 characters.
84 */
85
86 void deconstruct_cmd(void){
87 const char* zDestination;
@@ -115,11 +115,11 @@
115
116 /*
117 ** COMMAND: reconstruct
118 ** Usage %fossil reconstruct REPOSITORY ORIGIN
119 **
120 ** Creates the REPOSITORY and populates it with the artifacts in the
121 ** indicated ORIGIN directory.
122 */
123
124 void reconstruct_cmd(void){
125 const char* zOrigin;
126
+1 -1
--- src/main.c
+++ src/main.c
@@ -435,11 +435,11 @@
435435
** Usage: %fossil version
436436
**
437437
** Print the source code version number for the fossil executable.
438438
*/
439439
void version_cmd(void){
440
- printf("This is fossil version " MANIFEST_VERSION " " MANIFEST_DATE "\n");
440
+ printf("This is fossil version " MANIFEST_VERSION " " MANIFEST_DATE " UTC\n");
441441
}
442442
443443
444444
/*
445445
** COMMAND: help
446446
--- src/main.c
+++ src/main.c
@@ -435,11 +435,11 @@
435 ** Usage: %fossil version
436 **
437 ** Print the source code version number for the fossil executable.
438 */
439 void version_cmd(void){
440 printf("This is fossil version " MANIFEST_VERSION " " MANIFEST_DATE "\n");
441 }
442
443
444 /*
445 ** COMMAND: help
446
--- src/main.c
+++ src/main.c
@@ -435,11 +435,11 @@
435 ** Usage: %fossil version
436 **
437 ** Print the source code version number for the fossil executable.
438 */
439 void version_cmd(void){
440 printf("This is fossil version " MANIFEST_VERSION " " MANIFEST_DATE " UTC\n");
441 }
442
443
444 /*
445 ** COMMAND: help
446

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button