Re: [PATCH v2 0/9] remote-hg, remote-bzr fixes

2013-11-12 Thread Junio C Hamano
Richard Hansen rhan...@bbn.com writes: A handful of fixes for the git-remote-hg and git-remote-bzr remote helpers and their unit tests. Thanks; could you arrange with Felipe so that we can have Acked-by: or Reviewed-by: after your Signed-off-by: lines of these patches? -- To unsubscribe from

RE: [PATCH v2 0/9] remote-hg, remote-bzr fixes

2013-11-12 Thread Felipe Contreras
Richard Hansen wrote: A handful of fixes for the git-remote-hg and git-remote-bzr remote helpers and their unit tests. I'm OK with the whole series. -- Felipe Contreras -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More

[PATCH v2 0/9] remote-hg, remote-bzr fixes

2013-11-11 Thread Richard Hansen
A handful of fixes for the git-remote-hg and git-remote-bzr remote helpers and their unit tests. Changes from v1: diff --git a/contrib/remote-helpers/test-bzr.sh b/contrib/remote-helpers/test-bzr.sh index ea597b0..1e53ff9 100755 --- a/contrib/remote-helpers/test-bzr.sh +++