add 'state'
This commit is contained in:
parent
b60279b19a
commit
0614066fdb
|
@ -26,7 +26,7 @@ message Patches { // `autogenpb:marshal`
|
||||||
}
|
}
|
||||||
|
|
||||||
message Patchset { // `autogenpb:marshal`
|
message Patchset { // `autogenpb:marshal`
|
||||||
Patches patches = 1; // `autogenpb:unique` `autogenpb:sort`
|
Patches patches = 1; // `autogenpb:unique` `autogenpb:sort`
|
||||||
string name = 2; // `autogenpb:sort`
|
string name = 2; // `autogenpb:sort`
|
||||||
string comment = 3; //
|
string comment = 3; //
|
||||||
string gitAuthorName = 4; // `autogenpb:sort`
|
string gitAuthorName = 4; // `autogenpb:sort`
|
||||||
|
@ -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