]> Cypherpunks repositories - gostls13.git/commit
cmd/go: report correct directory for 'no version control'
authorRuss Cox <rsc@golang.org>
Tue, 10 Sep 2013 19:28:29 +0000 (15:28 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 10 Sep 2013 19:28:29 +0000 (15:28 -0400)
commitb99fdb2a11ae58834a2c0c646f54d0a587dd269c
tree0699c65ca7a7a3c5d8af9db93e6e1d409c1eecda
parent6034406eae500a10ed9bb4085559935cda275ec0
cmd/go: report correct directory for 'no version control'

The scan starts at the directory we care about and works
backward to the GOPATH root. The error should say the
original directory name, not the name of the GOPATH root.

Fixes #6175.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/13366050
src/cmd/go/test.bash
src/cmd/go/vcs.go