2009/4/29 Karl Hasselström [off-list ref]:
On 2009-04-28 16:09:57 +0100, Catalin Marinas wrote:
quoted
+def clone(remote, local):
+ """Clone a remote repository using 'git clone'."""
+ run.Run('git', 'clone', remote, local).run()
You don't capture git's output here, but just let it through. Does
that look good in combination with the enclosing out.start() ...
.done() stuff?
I actually dropped the out.*() entirely as git already prints enough
information.
--
Catalin