Fossil SCM
Typo on an error message.
Commit
fa9d33b46ed921e3fdf02572b53222f9e349c5ec5c2925aecc67fff5e6654395
Parent
cd061779d2c192c…
1 file changed
+1
-1
+1
-1
| --- src/xfer.c | ||
| +++ src/xfer.c | ||
| @@ -1863,11 +1863,11 @@ | ||
| 1863 | 1863 | configSendMask = 0; |
| 1864 | 1864 | syncFlags &= ~(SYNC_PUSH); |
| 1865 | 1865 | zPCode = db_get("parent-project-code", 0); |
| 1866 | 1866 | if( zPCode==0 || db_get("parent-project-name",0)==0 ){ |
| 1867 | 1867 | 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" | |
| 1869 | 1869 | " to pull from a parent project"); |
| 1870 | 1870 | } |
| 1871 | 1871 | } |
| 1872 | 1872 | |
| 1873 | 1873 | transport_stats(0, 0, 1); |
| 1874 | 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 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 |