From cb2ae408a70ecceb14931768a1d788f9cc59cd7f Mon Sep 17 00:00:00 2001 From: Luisa Vasquez Gomez Date: Tue, 19 Mar 2024 15:05:00 -0700 Subject: [PATCH] mononoke: scs: Fix comments on bookmark creation Summary: ^ Reviewed By: YousefSalama Differential Revision: D55078627 fbshipit-source-id: 9aa896da46d29686fdbee16831897f015a83e4d0 --- eden/mononoke/scs/if/source_control.thrift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eden/mononoke/scs/if/source_control.thrift b/eden/mononoke/scs/if/source_control.thrift index ec12c41f5cc13..56ea72927afab 100644 --- a/eden/mononoke/scs/if/source_control.thrift +++ b/eden/mononoke/scs/if/source_control.thrift @@ -970,7 +970,7 @@ struct RepoCreateStackParams { } struct RepoCreateBookmarkParams { - /// The name of the bookmark to move. + /// The name of the bookmark to create. 1: string bookmark; /// The target commit for the bookmark. @@ -979,7 +979,7 @@ struct RepoCreateBookmarkParams { /// The pushvars to use when creating the bookmark. 4: optional map pushvars; - /// Service identity to use for this bookmark move. + /// Service identity to use for this bookmark creation. 3: optional string service_identity; }