flake8
passed.
JSHint
passed.
Review Request #11804 — Created Sept. 1, 2021 and submitted
Information | |
---|---|
chipx86 | |
Review Board | |
release-4.0.x | |
Reviewers | |
reviewboard | |
SCMTool.popen()
previously had a hard-coded list of arguments that
were supported, which wasn't particularly helpful for many use cases.
Now, it takes**kwargs
and passes them tosubprocess.Popen
. This
also allows for overriding the pipes, if needed by the caller.
Made use of this in an upcoming SCM implementation.
Summary | |
---|---|