summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto2
1 files changed, 1 insertions, 1 deletions
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`