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

2013-11-11 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.

 Richard Hansen (7):
   remote-hg:  don't decode UTF-8 paths into Unicode objects
   test-bzr.sh, test-hg.sh: allow running from any dir
   test-bzr.sh, test-hg.sh: prepare for change to push.default=simple
   test-hg.sh: eliminate 'local' bashism
   test-hg.sh: avoid obsolete 'test' syntax
   test-hg.sh: help user correlate verbose output with email test
   remote-bzr, remote-hg: fix email address regular expression

  contrib/remote-helpers/git-remote-bzr |  7 +++
  contrib/remote-helpers/git-remote-hg  |  9 -
  contrib/remote-helpers/test-bzr.sh|  6 +-
  contrib/remote-helpers/test-hg.sh | 31 ++-
  4 files changed, 30 insertions(+), 23 deletions(-)

I'll defer to Felipe for the meat of the logic in these scripts; the
POSIXify part of the fixes look all good to me.

I see there already are review comments, so let me know when the
reviews have settled with a final reroll.

Thanks.


--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/7] remote-hg, remote-bzr fixes

2013-11-10 Thread Richard Hansen
A handful of fixes for the git-remote-hg and git-remote-bzr remote
helpers and their unit tests.

Richard Hansen (7):
  remote-hg:  don't decode UTF-8 paths into Unicode objects
  test-bzr.sh, test-hg.sh: allow running from any dir
  test-bzr.sh, test-hg.sh: prepare for change to push.default=simple
  test-hg.sh: eliminate 'local' bashism
  test-hg.sh: avoid obsolete 'test' syntax
  test-hg.sh: help user correlate verbose output with email test
  remote-bzr, remote-hg: fix email address regular expression

 contrib/remote-helpers/git-remote-bzr |  7 +++
 contrib/remote-helpers/git-remote-hg  |  9 -
 contrib/remote-helpers/test-bzr.sh|  6 +-
 contrib/remote-helpers/test-hg.sh | 31 ++-
 4 files changed, 30 insertions(+), 23 deletions(-)

-- 
1.8.5.rc1.207.gc17dd22

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html