aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/submit.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-12-22 15:47:11 -0500
committerRuss Cox <rsc@golang.org>2014-12-22 20:48:11 +0000
commite63315536b41a0733eba850dfef95c0dbce9de8e (patch)
tree08412632af3e76e5ac6a60a525db083b5a60b982 /git-codereview/submit.go
parent20afb4b01de53bb69909eb6fa33e08b9b28208c5 (diff)
downloadgo-x-review-e63315536b41a0733eba850dfef95c0dbce9de8e.tar.xz
git-codereview: add TODO about go1.5.txt not needing review
Change-Id: Id0c73d56cc0cba8fbe5e67fb31ec5f96cbfb9d61 Reviewed-on: https://go-review.googlesource.com/2010 Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'git-codereview/submit.go')
-rw-r--r--git-codereview/submit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-codereview/submit.go b/git-codereview/submit.go
index 5c5915e..61189e9 100644
--- a/git-codereview/submit.go
+++ b/git-codereview/submit.go
@@ -6,7 +6,7 @@ package main
import "time"
-// TODO(rsc): Add -tbr.
+// TODO(rsc): Add -tbr, along with standard exceptions (doc/go1.5.txt)
func submit(args []string) {
expectZeroArgs(args, "submit")