From 48aa97b42827239f9fd02d1b5ad75adc200c7a72 Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Fri, 4 Jul 2025 20:03:02 +0200 Subject: git-codereview: frame sync as git codereview sync The codereview binary referred to the sync subcommand as merely "git sync" in a number of places in user surfaces. This was wrong and misleading, so the code now refers to it with the codereview parent subcommand in the name (i.e., a "git codereview sync"). Change-Id: Icf3f96a8c76b57319bc3101b3e9fd0cbd8cecea9 Reviewed-on: https://go-review.googlesource.com/c/review/+/685855 Auto-Submit: Sean Liao LUCI-TryBot-Result: Go LUCI Reviewed-by: Carlos Amedee Reviewed-by: Sean Liao Reviewed-by: David Chase --- git-codereview/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-codereview/sync.go') diff --git a/git-codereview/sync.go b/git-codereview/sync.go index 7b8fe26..71fc312 100644 --- a/git-codereview/sync.go +++ b/git-codereview/sync.go @@ -49,7 +49,7 @@ func cmdSync(args []string) { checkUnstaged("sync") // Pull remote changes into local branch. - // We do this in one command so that people following along with 'git sync -v' + // We do this in one command so that people following along with 'git codereview sync -v' // see fewer commands to understand. // We want to pull in the remote changes from the upstream branch // and rebase the current pending commit (if any) on top of them. -- cgit v1.3