Re: [PATCH] remote-testgit: properly check for errors

2012-10-22 Thread Felipe Contreras
On Mon, Oct 22, 2012 at 11:01 PM, Sverre Rabbelier wrote: > On Mon, Oct 22, 2012 at 1:56 PM, Felipe Contreras > wrote: >> diff --git a/git-remote-testgit.py b/git-remote-testgit.py >> index 5f3ebd2..b8707e6 100644 >> --- a/git-remote-testgit.py >> +++ b/git-remote-testgit.py >> @@ -159,6 +159,11

Re: [PATCH] remote-testgit: properly check for errors

2012-10-22 Thread Sverre Rabbelier
On Mon, Oct 22, 2012 at 1:56 PM, Felipe Contreras wrote: > diff --git a/git-remote-testgit.py b/git-remote-testgit.py > index 5f3ebd2..b8707e6 100644 > --- a/git-remote-testgit.py > +++ b/git-remote-testgit.py > @@ -159,6 +159,11 @@ def do_import(repo, args): > ref = line[7:].strip() >

[PATCH] remote-testgit: properly check for errors

2012-10-22 Thread Felipe Contreras
'feature done' was missing, which allowed fast-import exit properly, and transport-helper to continue checking for refs and what not when in fact the remote-helper died. Let's enable that, and make sure the error paths are triggered. Now transport-helper correctly detects the errors from fast-imp