Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(47)

Unified Diff: worker/uniter/jujuc/server.go

Issue 7422044: history: rewind
Patch Set: history: rewind Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « worker/uniter/jujuc/relation-set_test.go ('k') | worker/uniter/jujuc/unit-get_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: worker/uniter/jujuc/server.go
=== modified file 'worker/uniter/jujuc/server.go'
--- worker/uniter/jujuc/server.go 2013-02-22 01:12:28 +0000
+++ worker/uniter/jujuc/server.go 2013-02-28 08:11:29 +0000
@@ -91,12 +91,7 @@
return badReqErrorf("%s", err)
}
var stdin, stdout, stderr bytes.Buffer
- ctx := &cmd.Context{
- Dir: req.Dir,
- Stdin: &stdin,
- Stdout: &stdout,
- Stderr: &stderr,
- }
+ ctx := &cmd.Context{req.Dir, &stdin, &stdout, &stderr}
j.mu.Lock()
defer j.mu.Unlock()
log.Printf("worker/uniter/jujuc: running hook %q %q", req.CommandName, req.Args)
« no previous file with comments | « worker/uniter/jujuc/relation-set_test.go ('k') | worker/uniter/jujuc/unit-get_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b