Fossil SCM
removed "rid" property from /json/artifact/FILEUUID output.
Commit
98ae107a976d6f8e8ec5428acbe27c8ff4e3e76c
Parent
70e41ccd4830323…
1 file changed
+1
-1
+1
-1
| --- src/json_artifact.c | ||
| +++ src/json_artifact.c | ||
| @@ -399,11 +399,11 @@ | ||
| 399 | 399 | assert( NULL != zType ); |
| 400 | 400 | pay = cson_new_object(); |
| 401 | 401 | cson_object_set( pay, "type", json_new_string(zType) ); |
| 402 | 402 | /*cson_object_set( pay, "uuid", json_new_string(zUuid) );*/ |
| 403 | 403 | cson_object_set( pay, "name", json_new_string(zName ? zName : zUuid) ); |
| 404 | - cson_object_set( pay, "rid", cson_value_new_integer(rid) ); | |
| 404 | + /*cson_object_set( pay, "rid", cson_value_new_integer(rid) );*/ | |
| 405 | 405 | if(entry){ |
| 406 | 406 | cson_object_set(pay, "artifact", entry); |
| 407 | 407 | } |
| 408 | 408 | } |
| 409 | 409 | veryend: |
| 410 | 410 |
| --- src/json_artifact.c | |
| +++ src/json_artifact.c | |
| @@ -399,11 +399,11 @@ | |
| 399 | assert( NULL != zType ); |
| 400 | pay = cson_new_object(); |
| 401 | cson_object_set( pay, "type", json_new_string(zType) ); |
| 402 | /*cson_object_set( pay, "uuid", json_new_string(zUuid) );*/ |
| 403 | cson_object_set( pay, "name", json_new_string(zName ? zName : zUuid) ); |
| 404 | cson_object_set( pay, "rid", cson_value_new_integer(rid) ); |
| 405 | if(entry){ |
| 406 | cson_object_set(pay, "artifact", entry); |
| 407 | } |
| 408 | } |
| 409 | veryend: |
| 410 |
| --- src/json_artifact.c | |
| +++ src/json_artifact.c | |
| @@ -399,11 +399,11 @@ | |
| 399 | assert( NULL != zType ); |
| 400 | pay = cson_new_object(); |
| 401 | cson_object_set( pay, "type", json_new_string(zType) ); |
| 402 | /*cson_object_set( pay, "uuid", json_new_string(zUuid) );*/ |
| 403 | cson_object_set( pay, "name", json_new_string(zName ? zName : zUuid) ); |
| 404 | /*cson_object_set( pay, "rid", cson_value_new_integer(rid) );*/ |
| 405 | if(entry){ |
| 406 | cson_object_set(pay, "artifact", entry); |
| 407 | } |
| 408 | } |
| 409 | veryend: |
| 410 |