summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patchset.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchset.proto b/patchset.proto
index 514e93e..50cd598 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -54,7 +54,7 @@ message Patch {
repeated string Files = 23; // the filenames this patch changes
}
-message Patches { // this is a "PATCH: [1/x]" series
+message Patches { // this is a "PATCH: [1/x]" series `autogenpb:gui:Patch`
string uuid = 1; // `autogenpb:uuid:be926ad9-1111-484c-adf2-d96eeabf3079`
string version = 2; // `autogenpb:version:v0.0.45`
repeated Patch Patches = 3;