Re: [PATCH] remote-hg: Fix biridectionality -> bidirectionality typos
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:55:41
"W. Trevor King" [off-list ref] writes:
Signed-off-by: W. Trevor King <redacted> --- I was looking for one of my older messages to the Git list, and I found this, which seems to have fallen through the cracks:
Thanks; didn't Documentation/SubmittingPatches ask you not to do PGP multipart but send patches in plain text?
quoted hunk
On Wed, Nov 28, 2012 at 03:23:20PM -0500, W. Trevor King wrote:quoted
I'm not sure if this is the most recent patch iteration for this feature, but I just saw this typo in `pu`. On Sun, Nov 04, 2012 at 03:13:29AM +0100, Felipe Contreras wrote:quoted
+# Commits are modified to preserve hg information and allow biridectionality.^^^^^^^^ s/biridectionality/bidirectionality/This fixes that instance (which has since landed in master) and another similar typo. contrib/remote-helpers/git-remote-hg | 2 +- contrib/remote-helpers/test-hg-bidi.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg index 016cdad..c700600 100755 --- a/contrib/remote-helpers/git-remote-hg +++ b/contrib/remote-helpers/git-remote-hg@@ -31,7 +31,7 @@ import urllib # hg: # Emulate hg-git. # Only hg bookmarks are exported as git branches. -# Commits are modified to preserve hg information and allow biridectionality. +# Commits are modified to preserve hg information and allow bidirectionality. # NAME_RE = re.compile('^([^<>]+)')diff --git a/contrib/remote-helpers/test-hg-bidi.sh b/contrib/remote-helpers/test-hg-bidi.sh index a94eb28..1d61982 100755 --- a/contrib/remote-helpers/test-hg-bidi.sh +++ b/contrib/remote-helpers/test-hg-bidi.sh@@ -6,7 +6,7 @@ # https://bitbucket.org/durin42/hg-git/src # -test_description='Test biridectionality of remote-hg' +test_description='Test bidirectionality of remote-hg' . ./test-lib.sh