mirror of
https://github.com/golang/go.git
synced 2025-11-07 04:01:00 +00:00
codereview: permit CLs of the form weekly.DATE
gobuilder: recognize CLs of the form weekly.DATE R=rsc, r CC=golang-dev https://golang.org/cl/4282052
This commit is contained in:
parent
a93f70c21a
commit
5dd0869bf5
2 changed files with 2 additions and 2 deletions
|
|
@ -779,7 +779,7 @@ def Incoming(ui, repo, opts):
|
|||
_, incoming, _ = findcommonincoming(repo, getremote(ui, repo, opts))
|
||||
return incoming
|
||||
|
||||
desc_re = '^(.+: |tag release\.|release\.|fix build)'
|
||||
desc_re = '^(.+: |(tag )?(release|weekly)\.|fix build)'
|
||||
|
||||
desc_msg = '''Your CL description appears not to use the standard form.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue