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.
Commit
d5cd3251fa4b864aedfa034dee7e0523f87a1d5b
Parent
1d280a85aab9182…
2 files changed
+3
-3
+1
-1
+3
-3
| --- src/construct.c | ||
| +++ src/construct.c | ||
| @@ -76,12 +76,12 @@ | ||
| 76 | 76 | /* |
| 77 | 77 | ** COMMAND: deconstruct |
| 78 | 78 | ** Usage %fossil deconstruct ?-R|--repository REPOSITORY? DESTINATION |
| 79 | 79 | ** |
| 80 | 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 | |
| 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 | 83 | ** remaining 38 characters. |
| 84 | 84 | */ |
| 85 | 85 | |
| 86 | 86 | void deconstruct_cmd(void){ |
| 87 | 87 | const char* zDestination; |
| @@ -115,11 +115,11 @@ | ||
| 115 | 115 | |
| 116 | 116 | /* |
| 117 | 117 | ** COMMAND: reconstruct |
| 118 | 118 | ** Usage %fossil reconstruct REPOSITORY ORIGIN |
| 119 | 119 | ** |
| 120 | -** Creates the REPOSITORY and populates it with the files in the | |
| 120 | +** Creates the REPOSITORY and populates it with the artifacts in the | |
| 121 | 121 | ** indicated ORIGIN directory. |
| 122 | 122 | */ |
| 123 | 123 | |
| 124 | 124 | void reconstruct_cmd(void){ |
| 125 | 125 | const char* zOrigin; |
| 126 | 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 | ** 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 @@ | ||
| 435 | 435 | ** Usage: %fossil version |
| 436 | 436 | ** |
| 437 | 437 | ** Print the source code version number for the fossil executable. |
| 438 | 438 | */ |
| 439 | 439 | 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"); | |
| 441 | 441 | } |
| 442 | 442 | |
| 443 | 443 | |
| 444 | 444 | /* |
| 445 | 445 | ** COMMAND: help |
| 446 | 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 "\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 |