From b9d21d8a77799cb23953d278df6d055000a20420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 20 Oct 2023 10:06:35 +0100 Subject: [PATCH] cmd/cueckoo: remove importpr reminder about "closes as merged" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This happens automatically now for every single importpr commit, so we no longer need to remind the user to do anything. Signed-off-by: Daniel Martí Change-Id: I5c096496db70c4122f331f2abbd09d55bb83c9f6 Dispatch-Trailer: {"type":"trybot","CL":1171038,"patchset":1,"ref":"refs/changes/38/1171038/1","targetBranch":"master"} --- cmd/cueckoo/cmd/importpr.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/cueckoo/cmd/importpr.go b/cmd/cueckoo/cmd/importpr.go index 309a75a..26aa4d1 100644 --- a/cmd/cueckoo/cmd/importpr.go +++ b/cmd/cueckoo/cmd/importpr.go @@ -200,7 +200,6 @@ func importPRDef(c *Command, args []string) error { log.Printf("When you're happy with the commit, run: git-codereview mail") log.Printf("Remember to ensure that the commit contains:") log.Printf("\tFixes #N. (if it fixes an open issue)") - log.Printf("\tCloses #%d as merged.", prNumber) return nil }