Fossil SCM
Simplify error message.
Commit
1bb0b3a8f332e5e472a306bc208e8dcee51ea341ff7845d88886bc09f9f915d8
Parent
fde20bc03c50080…
1 file changed
+1
-1
+1
-1
| --- src/manifest.c | ||
| +++ src/manifest.c | ||
| @@ -633,11 +633,11 @@ | ||
| 633 | 633 | if( zName==0 ) SYNTAX("missing filename on F-card"); |
| 634 | 634 | defossilize(zName); |
| 635 | 635 | if( !file_is_simple_pathname_nonstrict(zName) ){ |
| 636 | 636 | SYNTAX("F-card filename is not a simple path"); |
| 637 | 637 | }else if( file_is_reserved_name(zName,-1) ){ |
| 638 | - SYNTAX("F-card contains reserved name of a checkout db."); | |
| 638 | + SYNTAX("F-card contains a reserved name"); | |
| 639 | 639 | } |
| 640 | 640 | zUuid = next_token(&x, &sz); |
| 641 | 641 | if( p->zBaseline==0 || zUuid!=0 ){ |
| 642 | 642 | if( zUuid==0 ) SYNTAX("missing hash on F-card"); |
| 643 | 643 | if( !hname_validate(zUuid,sz) ){ |
| 644 | 644 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -633,11 +633,11 @@ | |
| 633 | if( zName==0 ) SYNTAX("missing filename on F-card"); |
| 634 | defossilize(zName); |
| 635 | if( !file_is_simple_pathname_nonstrict(zName) ){ |
| 636 | SYNTAX("F-card filename is not a simple path"); |
| 637 | }else if( file_is_reserved_name(zName,-1) ){ |
| 638 | SYNTAX("F-card contains reserved name of a checkout db."); |
| 639 | } |
| 640 | zUuid = next_token(&x, &sz); |
| 641 | if( p->zBaseline==0 || zUuid!=0 ){ |
| 642 | if( zUuid==0 ) SYNTAX("missing hash on F-card"); |
| 643 | if( !hname_validate(zUuid,sz) ){ |
| 644 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -633,11 +633,11 @@ | |
| 633 | if( zName==0 ) SYNTAX("missing filename on F-card"); |
| 634 | defossilize(zName); |
| 635 | if( !file_is_simple_pathname_nonstrict(zName) ){ |
| 636 | SYNTAX("F-card filename is not a simple path"); |
| 637 | }else if( file_is_reserved_name(zName,-1) ){ |
| 638 | SYNTAX("F-card contains a reserved name"); |
| 639 | } |
| 640 | zUuid = next_token(&x, &sz); |
| 641 | if( p->zBaseline==0 || zUuid!=0 ){ |
| 642 | if( zUuid==0 ) SYNTAX("missing hash on F-card"); |
| 643 | if( !hname_validate(zUuid,sz) ){ |
| 644 |