Fossil SCM
ws alignment for printed table of status
Commit
81e9a2d0ac0f7e2c0e20ebb099198d0c8ea2bb05
Parent
a50ea974ff60dd5…
1 file changed
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -52,11 +52,11 @@ | ||
| 52 | 52 | int isNew = db_column_int(&q,3)==0; |
| 53 | 53 | int isRenamed = db_column_int(&q,4); |
| 54 | 54 | char *zFullName = mprintf("%s/%s", g.zLocalRoot, zPathname); |
| 55 | 55 | blob_append(report, zPrefix, nPrefix); |
| 56 | 56 | if( isDeleted ){ |
| 57 | - blob_appendf(report, "DISMISSED %s\n", zPathname); | |
| 57 | + blob_appendf(report, "DISMISSED %s\n", zPathname); | |
| 58 | 58 | }else if( !file_isfile(zFullName) ){ |
| 59 | 59 | if( access(zFullName, 0)==0 ){ |
| 60 | 60 | blob_appendf(report, "NOT_A_FILE %s\n", zPathname); |
| 61 | 61 | if( missingIsFatal ){ |
| 62 | 62 | fossil_warning("not a file: %s", zPathname); |
| 63 | 63 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -52,11 +52,11 @@ | |
| 52 | int isNew = db_column_int(&q,3)==0; |
| 53 | int isRenamed = db_column_int(&q,4); |
| 54 | char *zFullName = mprintf("%s/%s", g.zLocalRoot, zPathname); |
| 55 | blob_append(report, zPrefix, nPrefix); |
| 56 | if( isDeleted ){ |
| 57 | blob_appendf(report, "DISMISSED %s\n", zPathname); |
| 58 | }else if( !file_isfile(zFullName) ){ |
| 59 | if( access(zFullName, 0)==0 ){ |
| 60 | blob_appendf(report, "NOT_A_FILE %s\n", zPathname); |
| 61 | if( missingIsFatal ){ |
| 62 | fossil_warning("not a file: %s", zPathname); |
| 63 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -52,11 +52,11 @@ | |
| 52 | int isNew = db_column_int(&q,3)==0; |
| 53 | int isRenamed = db_column_int(&q,4); |
| 54 | char *zFullName = mprintf("%s/%s", g.zLocalRoot, zPathname); |
| 55 | blob_append(report, zPrefix, nPrefix); |
| 56 | if( isDeleted ){ |
| 57 | blob_appendf(report, "DISMISSED %s\n", zPathname); |
| 58 | }else if( !file_isfile(zFullName) ){ |
| 59 | if( access(zFullName, 0)==0 ){ |
| 60 | blob_appendf(report, "NOT_A_FILE %s\n", zPathname); |
| 61 | if( missingIsFatal ){ |
| 62 | fossil_warning("not a file: %s", zPathname); |
| 63 |