Re: [PATCH 0/7] remote-hg, remote-bzr fixes
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:59:13
Richard Hansen [off-list ref] 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.