mirror of
https://github.com/golang/go
synced 2024-11-19 00:34:40 -07:00
1d214a6a09
To make the dashboard more flexible with different VCS, the Repo now depends on the VCS package for running commands. * Exported Repo.Master * Modified RemoteRepo to return a repo and an error * Reimplemented all Repo methods using vcs package * Removed hgCmd * Removed repoURL * Removed scheme from hgUrl since vcs.RepoRootForImportPath decides the scheme. * Changed waitWithTimeout into timeout * Added waitForFuncWithTimeout to wrap vcs commands with a timeout. R=adg CC=golang-dev https://golang.org/cl/13201043 |
||
---|---|---|
.. | ||
doc.go | ||
exec.go | ||
http.go | ||
main.go | ||
Makefile | ||
vcs.go |