Commit f42f5263 authored by Russ Cox's avatar Russ Cox

codereview: release-branch.go1.4 is now a work branch

(That is, changes can originate in the branch.
The main branch has diverged enough that this
may be necessary.)

LGTM=bradfitz
R=adg, bradfitz
CC=golang-codereviews
https://golang.org/cl/187810043
parent 59730b33
......@@ -2726,7 +2726,7 @@ def RietveldSetup(ui, repo):
releaseBranch = t
def workbranch(name):
return name == "default" or name.startswith('dev.')
return name == "default" or name.startswith('dev.') or name == 'release-branch.go1.4'
#######################################################################
# http://codereview.appspot.com/static/upload.py, heavily edited.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment