Fossil SCM

src/checkin.c changes

brickviking 2024-11-11 11:49 bv-corrections01
Commit efdd823f28a67d6ce293e9a8c0eacdbc197ae2731564ef0f619d38fcb5d80c4e
1 file changed +4 -4
+4 -4
--- src/checkin.c
+++ src/checkin.c
@@ -567,11 +567,11 @@
567567
}
568568
569569
/* Confirm current working directory is within check-out. */
570570
db_must_be_within_tree();
571571
572
- /* Get check-out version. l*/
572
+ /* Get check-out version. */
573573
vid = db_lget_int("checkout", 0);
574574
575575
/* Relative path flag determination is done by a shared function. */
576576
if( determine_cwd_relative_option() ){
577577
flags |= C_RELPATH;
@@ -2318,11 +2318,11 @@
23182318
**
23192319
** A check-in is not permitted to fork unless the --allow-fork option
23202320
** appears. An empty check-in (i.e. with nothing changed) is not
23212321
** allowed unless the --allow-empty option appears. A check-in may not
23222322
** be older than its ancestor unless the --allow-older option appears.
2323
-** If any of files in the check-in appear to contain unresolved merge
2323
+** If any files in the check-in appear to contain unresolved merge
23242324
** conflicts, the check-in will not be allowed unless the
23252325
** --allow-conflict option is present. In addition, the entire
23262326
** check-in process may be aborted if a file contains content that
23272327
** appears to be binary, Unicode text, or text with CR/LF line endings
23282328
** unless the interactive user chooses to proceed. If there is no
@@ -2358,11 +2358,11 @@
23582358
** than relying on file mtimes
23592359
** --ignore-clock-skew If a clock skew is detected, ignore it and
23602360
** behave as if the user had entered 'yes' to
23612361
** the question of whether to proceed despite
23622362
** the skew.
2363
-** --ignore-oversize Do not warning the user about oversized files
2363
+** --ignore-oversize Do not warn the user about oversized files
23642364
** --integrate Close all merged-in branches
23652365
** -m|--comment COMMENT-TEXT Use COMMENT-TEXT as commit comment
23662366
** -M|--message-file FILE Read the commit comment from given file
23672367
** --mimetype MIMETYPE Mimetype of check-in comment
23682368
** -n|--dry-run If given, display instead of run actions
@@ -2560,11 +2560,11 @@
25602560
**
25612561
** If the remote repository sent an avoid-delta-manifests pragma on
25622562
** the autosync above, then also try to avoid deltas, unless the
25632563
** --delta option is specified. The remote repo will send the
25642564
** avoid-delta-manifests pragma if it has its "forbid-delta-manifests"
2565
- ** setting is enabled.
2565
+ ** setting enabled.
25662566
*/
25672567
if( !db_get_boolean("seen-delta-manifest",0)
25682568
|| db_get_boolean("forbid-delta-manifests",0)
25692569
|| g.bAvoidDeltaManifests
25702570
){
25712571
--- src/checkin.c
+++ src/checkin.c
@@ -567,11 +567,11 @@
567 }
568
569 /* Confirm current working directory is within check-out. */
570 db_must_be_within_tree();
571
572 /* Get check-out version. l*/
573 vid = db_lget_int("checkout", 0);
574
575 /* Relative path flag determination is done by a shared function. */
576 if( determine_cwd_relative_option() ){
577 flags |= C_RELPATH;
@@ -2318,11 +2318,11 @@
2318 **
2319 ** A check-in is not permitted to fork unless the --allow-fork option
2320 ** appears. An empty check-in (i.e. with nothing changed) is not
2321 ** allowed unless the --allow-empty option appears. A check-in may not
2322 ** be older than its ancestor unless the --allow-older option appears.
2323 ** If any of files in the check-in appear to contain unresolved merge
2324 ** conflicts, the check-in will not be allowed unless the
2325 ** --allow-conflict option is present. In addition, the entire
2326 ** check-in process may be aborted if a file contains content that
2327 ** appears to be binary, Unicode text, or text with CR/LF line endings
2328 ** unless the interactive user chooses to proceed. If there is no
@@ -2358,11 +2358,11 @@
2358 ** than relying on file mtimes
2359 ** --ignore-clock-skew If a clock skew is detected, ignore it and
2360 ** behave as if the user had entered 'yes' to
2361 ** the question of whether to proceed despite
2362 ** the skew.
2363 ** --ignore-oversize Do not warning the user about oversized files
2364 ** --integrate Close all merged-in branches
2365 ** -m|--comment COMMENT-TEXT Use COMMENT-TEXT as commit comment
2366 ** -M|--message-file FILE Read the commit comment from given file
2367 ** --mimetype MIMETYPE Mimetype of check-in comment
2368 ** -n|--dry-run If given, display instead of run actions
@@ -2560,11 +2560,11 @@
2560 **
2561 ** If the remote repository sent an avoid-delta-manifests pragma on
2562 ** the autosync above, then also try to avoid deltas, unless the
2563 ** --delta option is specified. The remote repo will send the
2564 ** avoid-delta-manifests pragma if it has its "forbid-delta-manifests"
2565 ** setting is enabled.
2566 */
2567 if( !db_get_boolean("seen-delta-manifest",0)
2568 || db_get_boolean("forbid-delta-manifests",0)
2569 || g.bAvoidDeltaManifests
2570 ){
2571
--- src/checkin.c
+++ src/checkin.c
@@ -567,11 +567,11 @@
567 }
568
569 /* Confirm current working directory is within check-out. */
570 db_must_be_within_tree();
571
572 /* Get check-out version. */
573 vid = db_lget_int("checkout", 0);
574
575 /* Relative path flag determination is done by a shared function. */
576 if( determine_cwd_relative_option() ){
577 flags |= C_RELPATH;
@@ -2318,11 +2318,11 @@
2318 **
2319 ** A check-in is not permitted to fork unless the --allow-fork option
2320 ** appears. An empty check-in (i.e. with nothing changed) is not
2321 ** allowed unless the --allow-empty option appears. A check-in may not
2322 ** be older than its ancestor unless the --allow-older option appears.
2323 ** If any files in the check-in appear to contain unresolved merge
2324 ** conflicts, the check-in will not be allowed unless the
2325 ** --allow-conflict option is present. In addition, the entire
2326 ** check-in process may be aborted if a file contains content that
2327 ** appears to be binary, Unicode text, or text with CR/LF line endings
2328 ** unless the interactive user chooses to proceed. If there is no
@@ -2358,11 +2358,11 @@
2358 ** than relying on file mtimes
2359 ** --ignore-clock-skew If a clock skew is detected, ignore it and
2360 ** behave as if the user had entered 'yes' to
2361 ** the question of whether to proceed despite
2362 ** the skew.
2363 ** --ignore-oversize Do not warn the user about oversized files
2364 ** --integrate Close all merged-in branches
2365 ** -m|--comment COMMENT-TEXT Use COMMENT-TEXT as commit comment
2366 ** -M|--message-file FILE Read the commit comment from given file
2367 ** --mimetype MIMETYPE Mimetype of check-in comment
2368 ** -n|--dry-run If given, display instead of run actions
@@ -2560,11 +2560,11 @@
2560 **
2561 ** If the remote repository sent an avoid-delta-manifests pragma on
2562 ** the autosync above, then also try to avoid deltas, unless the
2563 ** --delta option is specified. The remote repo will send the
2564 ** avoid-delta-manifests pragma if it has its "forbid-delta-manifests"
2565 ** setting enabled.
2566 */
2567 if( !db_get_boolean("seen-delta-manifest",0)
2568 || db_get_boolean("forbid-delta-manifests",0)
2569 || g.bAvoidDeltaManifests
2570 ){
2571

Keyboard Shortcuts

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