needed FindByUuid()
This commit is contained in:
parent
8ceec9210d
commit
7e1804f6e3
|
@ -76,7 +76,7 @@ message Patchset { // `autogenpb:mars
|
||||||
string startBranchHash = 10; //
|
string startBranchHash = 10; //
|
||||||
string endBranchHash = 11; //
|
string endBranchHash = 11; //
|
||||||
string state = 12; // the state of the patch
|
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`
|
message Patchsets { // `autogenpb:marshal` `autogenpb:gui`
|
||||||
|
|
Loading…
Reference in New Issue