From 7e1804f6e37ced3fcfaa9fd95fcf8d720de657a7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 12 Mar 2025 09:21:29 -0500 Subject: needed FindByUuid() --- patchset.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchset.proto b/patchset.proto index f7f33c0..d8c859a 100644 --- a/patchset.proto +++ b/patchset.proto @@ -76,7 +76,7 @@ message Patchset { // `autogenpb:mars string startBranchHash = 10; // string endBranchHash = 11; // string state = 12; // the state of the patch - string uuid = 13; // identify each patchset somehow + string uuid = 13; // `autogenpb:sort` `autogenpb:unique` } message Patchsets { // `autogenpb:marshal` `autogenpb:gui` -- cgit v1.2.3