]> Cypherpunks repositories - gostls13.git/commit
exec: add dir argument to Run.
authorRuss Cox <rsc@golang.org>
Fri, 19 Feb 2010 02:32:33 +0000 (18:32 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2010 02:32:33 +0000 (18:32 -0800)
commitc2dea2196c336ba195ee713fd0020031d473500e
tree02cd76934724a16f9db94e8691bace5eb4040095
parent4589c3458033d8797c34dedc5f72f534487d2cd6
exec: add dir argument to Run.
fix, test MergeWithStdout

R=r
CC=golang-dev
https://golang.org/cl/214046
src/cmd/hgpatch/main.go
src/pkg/exec/exec.go
src/pkg/exec/exec_test.go