Merge lp://staging/~thumper/golxc/clone into lp://staging/golxc
Proposed by
Tim Penhey
Status: | Merged |
---|---|
Merged at revision: | 8 |
Proposed branch: | lp://staging/~thumper/golxc/clone |
Merge into: | lp://staging/golxc |
Diff against target: |
432 lines (+149/-48) 3 files modified
golxc.go (+50/-11) golxc_test.go (+85/-37) package_test.go (+14/-0) |
To merge this branch: | bzr merge lp://staging/~thumper/golxc/clone |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ian Booth | Approve | ||
Review via email: mp+209790@code.staging.launchpad.net |
Description of the change
Update signature for Create and Clone
Make it possible for the caller to specify additional args for both
Create and Clone. Instead of trying to provide an abstracted
interface for this, just allowing the caller to provide extra
args.
Some test cleanup.
To post a comment you must log in.
Nice.