mirror of
https://github.com/git/git.git
synced 2025-03-25 04:31:38 +00:00
remote-hg: Fix biridectionality -> bidirectionality typos
Signed-off-by: W. Trevor King <wking@tremily.us> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
5d417842ef
commit
831d57a0f5
contrib/remote-helpers
@ -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('^([^<>]+)')
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user