2009/4/29 Karl Hasselström <kha@xxxxxxxxxxx>: > On 2009-04-28 16:09:57 +0100, Catalin Marinas wrote: >> +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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html