Fossil SCM

Typo on an error message.

drh 2020-06-28 14:19 trunk
Commit fa9d33b46ed921e3fdf02572b53222f9e349c5ec5c2925aecc67fff5e6654395
1 file changed +1 -1
+1 -1
--- src/xfer.c
+++ src/xfer.c
@@ -1863,11 +1863,11 @@
18631863
configSendMask = 0;
18641864
syncFlags &= ~(SYNC_PUSH);
18651865
zPCode = db_get("parent-project-code", 0);
18661866
if( zPCode==0 || db_get("parent-project-name",0)==0 ){
18671867
fossil_fatal("there is no parent project: set the 'parent-project-code'"
1868
- " and 'parent-project-name' config parameters set in order"
1868
+ " and 'parent-project-name' config parameters in order"
18691869
" to pull from a parent project");
18701870
}
18711871
}
18721872
18731873
transport_stats(0, 0, 1);
18741874
--- src/xfer.c
+++ src/xfer.c
@@ -1863,11 +1863,11 @@
1863 configSendMask = 0;
1864 syncFlags &= ~(SYNC_PUSH);
1865 zPCode = db_get("parent-project-code", 0);
1866 if( zPCode==0 || db_get("parent-project-name",0)==0 ){
1867 fossil_fatal("there is no parent project: set the 'parent-project-code'"
1868 " and 'parent-project-name' config parameters set in order"
1869 " to pull from a parent project");
1870 }
1871 }
1872
1873 transport_stats(0, 0, 1);
1874
--- src/xfer.c
+++ src/xfer.c
@@ -1863,11 +1863,11 @@
1863 configSendMask = 0;
1864 syncFlags &= ~(SYNC_PUSH);
1865 zPCode = db_get("parent-project-code", 0);
1866 if( zPCode==0 || db_get("parent-project-name",0)==0 ){
1867 fossil_fatal("there is no parent project: set the 'parent-project-code'"
1868 " and 'parent-project-name' config parameters in order"
1869 " to pull from a parent project");
1870 }
1871 }
1872
1873 transport_stats(0, 0, 1);
1874

Keyboard Shortcuts

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