Differences From:
File
src/checkin.c
part of check-in
[baf68cc18f]
- Make "notepad" the default text editor for windows.
by
drh on
2008-08-11 17:52:25.
[view]
To:
File
src/checkin.c
part of check-in
[4c78a18ad2]
- fixed typos
by
bch on
2008-08-14 04:53:51.
Also file
src/checkin.c
part of check-in
[5fb14b9a0f]
- Include non-sym- tags in tagview web page. Also merge mainline into tagview branch.
by
eric on
2008-08-21 20:59:01.
Also file
src/checkin.c
part of check-in
[16e308106f]
- Third time lucky? Commit changes, with merge applied only once. (so not filled with MERGE CONFLICT messages)
by
bharder on
2008-08-14 05:27:43.
[view]
@@ -334,9 +334,9 @@
** Usage: %fossil commit ?-m COMMENT? ?--nosign? ?FILE...?
**
** Create a new version containing all of the changes in the current
** checkout. You will be prompted to enter a check-in comment unless
-** the "-m" option is used to specify a command line. You will be
+** the "-m" option is used to specify a comment line. You will be
** prompted for your GPG passphrase in order to sign the new manifest
** unless the "--nosign" options is used. All files that have
** changed will be committed unless some subset of files is specified
** on the command line.
@@ -598,9 +598,9 @@
** COMMAND: test-import-manifest
**
** Usage: %fossil test-import-manifest DATE COMMENT ?-p PARENT_RECORDID?... ?-f (FILE_RECORDID PATH)?...
**
-** Create a new version containing containing the specified file
+** Create a new version containing the specified file
** revisions (if any), and child of the given PARENT version.
*/
void import_manifest_cmd(void){
const char* zDate; /* argument - timestamp, as seconds since epoch (int) */