Commit 5530bf90 authored by Gustavo Niemeyer's avatar Gustavo Niemeyer Committed by Andrew Gerrand

goinstall: fix -u for bzr

Changeset 7012:65601d7cac9e broke goinstall -u for bzr
branches.  This will fix it.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/3852041
parent a4bade85
......@@ -140,7 +140,7 @@ var svn = vcs{
var bzr = vcs{
cmd: "bzr",
metadir: ".bzr",
checkout: "checkout",
checkout: "update",
clone: "branch",
update: "update",
updateReleaseFlag: "-rrelease",
......
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