needed FindByUuid()

This commit is contained in:
Jeff Carr 2025-03-12 09:21:29 -05:00
parent 8ceec9210d
commit 7e1804f6e3
1 changed files with 1 additions and 1 deletions

View File

@ -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`