]> Cypherpunks.ru repositories - gostls13.git/commitdiff
[dev.typeparams] codereview.cfg: add config for dev.typeparams
authorRuss Cox <rsc@golang.org>
Tue, 22 Dec 2020 20:31:58 +0000 (15:31 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 22 Dec 2020 21:02:20 +0000 (21:02 +0000)
The codereview command will start using this to figure out
the origin branch for commands like "git pending",
and it will use the parent setting for the new "git branch-sync" (merge).

Change-Id: Ia74af18ae5a437fb45ea81d7d69e2ffe41987b64
Reviewed-on: https://go-review.googlesource.com/c/go/+/279523
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
codereview.cfg [new file with mode: 0644]

diff --git a/codereview.cfg b/codereview.cfg
new file mode 100644 (file)
index 0000000..d21d2ff
--- /dev/null
@@ -0,0 +1,2 @@
+branch: dev.typeparams
+parent-branch: dev.regabi