Re: [PATCH v5 06/15] remote-testgit: get rid of non-local functionality

2012-11-21 Thread Junio C Hamano
Felipe Contreras writes: > This only makes sense for the python remote helpers framework. A better explanation is sorely needed for this. If the test were feeding python snippet to be sourced by python remote helper to be tested, the new remote-testgit.bash would not have any hope (nor need) to

[PATCH v5 06/15] remote-testgit: get rid of non-local functionality

2012-11-11 Thread Felipe Contreras
This only makes sense for the python remote helpers framework. Signed-off-by: Felipe Contreras --- git-remote-testgit| 3 --- t/t5801-remote-helpers.sh | 50 --- 2 files changed, 21 insertions(+), 32 deletions(-) diff --git a/git-remote-testg