Fossil SCM

Fix some over-length source code lines. No functional changes.

drh 2015-12-24 20:50 trunk
Commit 9a8d082701b4a2160f982047044e081c9fbb8a52
1 file changed +6 -4
+6 -4
--- src/manifest.c
+++ src/manifest.c
@@ -1348,13 +1348,13 @@
13481348
** Added files have mlink.pid=0.
13491349
** File added by merge have mlink.pid=-1
13501350
** Edited files have both mlink.pid!=0 and mlink.fid!=0
13511351
*/
13521352
static void add_mlink(
1353
- int pmid, Manifest *pParent, /* Parent check-in */
1354
- int mid, Manifest *pChild, /* The child check-in */
1355
- int isPrim /* TRUE if pmid is the primary parent of mid */
1353
+ int pmid, Manifest *pParent, /* Parent check-in */
1354
+ int mid, Manifest *pChild, /* The child check-in */
1355
+ int isPrim /* TRUE if pmid is the primary parent of mid */
13561356
){
13571357
Blob otherContent;
13581358
int otherRid;
13591359
int i, rc;
13601360
ManifestFile *pChildFile, *pParentFile;
@@ -2110,11 +2110,13 @@
21102110
continue;
21112111
}else if( strcmp(zName, "+date")==0 ){
21122112
blob_appendf(&comment, " Timestamp %h.", zValue);
21132113
continue;
21142114
}else if( memcmp(zName, "-sym-",5)==0 ){
2115
- if( !branchMove ) blob_appendf(&comment, " Cancel tag \"%h\"", &zName[5]);
2115
+ if( !branchMove ){
2116
+ blob_appendf(&comment, " Cancel tag \"%h\"", &zName[5]);
2117
+ }
21162118
}else if( memcmp(zName, "*sym-",5)==0 ){
21172119
if( !branchMove ){
21182120
blob_appendf(&comment, " Add propagating tag \"%h\"", &zName[5]);
21192121
}
21202122
}else if( memcmp(zName, "+sym-",5)==0 ){
21212123
--- src/manifest.c
+++ src/manifest.c
@@ -1348,13 +1348,13 @@
1348 ** Added files have mlink.pid=0.
1349 ** File added by merge have mlink.pid=-1
1350 ** Edited files have both mlink.pid!=0 and mlink.fid!=0
1351 */
1352 static void add_mlink(
1353 int pmid, Manifest *pParent, /* Parent check-in */
1354 int mid, Manifest *pChild, /* The child check-in */
1355 int isPrim /* TRUE if pmid is the primary parent of mid */
1356 ){
1357 Blob otherContent;
1358 int otherRid;
1359 int i, rc;
1360 ManifestFile *pChildFile, *pParentFile;
@@ -2110,11 +2110,13 @@
2110 continue;
2111 }else if( strcmp(zName, "+date")==0 ){
2112 blob_appendf(&comment, " Timestamp %h.", zValue);
2113 continue;
2114 }else if( memcmp(zName, "-sym-",5)==0 ){
2115 if( !branchMove ) blob_appendf(&comment, " Cancel tag \"%h\"", &zName[5]);
 
 
2116 }else if( memcmp(zName, "*sym-",5)==0 ){
2117 if( !branchMove ){
2118 blob_appendf(&comment, " Add propagating tag \"%h\"", &zName[5]);
2119 }
2120 }else if( memcmp(zName, "+sym-",5)==0 ){
2121
--- src/manifest.c
+++ src/manifest.c
@@ -1348,13 +1348,13 @@
1348 ** Added files have mlink.pid=0.
1349 ** File added by merge have mlink.pid=-1
1350 ** Edited files have both mlink.pid!=0 and mlink.fid!=0
1351 */
1352 static void add_mlink(
1353 int pmid, Manifest *pParent, /* Parent check-in */
1354 int mid, Manifest *pChild, /* The child check-in */
1355 int isPrim /* TRUE if pmid is the primary parent of mid */
1356 ){
1357 Blob otherContent;
1358 int otherRid;
1359 int i, rc;
1360 ManifestFile *pChildFile, *pParentFile;
@@ -2110,11 +2110,13 @@
2110 continue;
2111 }else if( strcmp(zName, "+date")==0 ){
2112 blob_appendf(&comment, " Timestamp %h.", zValue);
2113 continue;
2114 }else if( memcmp(zName, "-sym-",5)==0 ){
2115 if( !branchMove ){
2116 blob_appendf(&comment, " Cancel tag \"%h\"", &zName[5]);
2117 }
2118 }else if( memcmp(zName, "*sym-",5)==0 ){
2119 if( !branchMove ){
2120 blob_appendf(&comment, " Add propagating tag \"%h\"", &zName[5]);
2121 }
2122 }else if( memcmp(zName, "+sym-",5)==0 ){
2123

Keyboard Shortcuts

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