Fossil SCM

ws alignment for printed table of status

bch 2010-09-17 18:07 lang
Commit 81e9a2d0ac0f7e2c0e20ebb099198d0c8ea2bb05
1 file changed +1 -1
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -52,11 +52,11 @@
5252
int isNew = db_column_int(&q,3)==0;
5353
int isRenamed = db_column_int(&q,4);
5454
char *zFullName = mprintf("%s/%s", g.zLocalRoot, zPathname);
5555
blob_append(report, zPrefix, nPrefix);
5656
if( isDeleted ){
57
- blob_appendf(report, "DISMISSED %s\n", zPathname);
57
+ blob_appendf(report, "DISMISSED %s\n", zPathname);
5858
}else if( !file_isfile(zFullName) ){
5959
if( access(zFullName, 0)==0 ){
6060
blob_appendf(report, "NOT_A_FILE %s\n", zPathname);
6161
if( missingIsFatal ){
6262
fossil_warning("not a file: %s", zPathname);
6363
--- 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

Keyboard Shortcuts

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