[PATCH] remote-hg: Fix biridectionality - bidirectionality typos

2013-01-08 Thread W. Trevor King
Signed-off-by: W. Trevor King wk...@tremily.us
---

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:

On Wed, Nov 28, 2012 at 03:23:20PM -0500, W. Trevor King wrote:
 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:
  +# 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
 
-- 
1.8.1.151.g32238ae


signature.asc
Description: OpenPGP digital signature


Re: [PATCH] remote-hg: Fix biridectionality - bidirectionality typos

2013-01-08 Thread Junio C Hamano
W. Trevor King wk...@tremily.us writes:

 Signed-off-by: W. Trevor King wk...@tremily.us
 ---

 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?

 On Wed, Nov 28, 2012 at 03:23:20PM -0500, W. Trevor King wrote:
 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:
  +# 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
--
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


Re: [PATCH] remote-hg: Fix biridectionality - bidirectionality typos

2013-01-08 Thread Junio C Hamano
W. Trevor King wk...@tremily.us writes:

 On Tue, Jan 08, 2013 at 09:32:07AM -0800, Junio C Hamano wrote:
 Thanks; didn't Documentation/SubmittingPatches ask you not to do PGP
 multipart but send patches in plain text?

 Gah.  I need to tell myself to reread that every time I send a patch
 :p.

No need to worry; thanks for a patch---applied to 'maint'.
--
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