add 'state'
This commit is contained in:
parent
b60279b19a
commit
0614066fdb
|
@ -37,6 +37,7 @@ message Patchset { // `autogenpb:marshal`
|
||||||
string endBranchName = 9; //
|
string endBranchName = 9; //
|
||||||
string startBranchHash = 10; //
|
string startBranchHash = 10; //
|
||||||
string endBranchHash = 11; //
|
string endBranchHash = 11; //
|
||||||
|
string state = 12; // the state of the patch
|
||||||
}
|
}
|
||||||
|
|
||||||
message Patchsets { // `autogenpb:marshal`
|
message Patchsets { // `autogenpb:marshal`
|
||||||
|
|
Loading…
Reference in New Issue