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:

committed by
Junio C Hamano

parent
5d417842ef
commit
831d57a0f5
@ -31,7 +31,7 @@ import urllib
|
|||||||
# hg:
|
# hg:
|
||||||
# Emulate hg-git.
|
# Emulate hg-git.
|
||||||
# Only hg bookmarks are exported as git branches.
|
# 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('^([^<>]+)')
|
NAME_RE = re.compile('^([^<>]+)')
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# https://bitbucket.org/durin42/hg-git/src
|
# https://bitbucket.org/durin42/hg-git/src
|
||||||
#
|
#
|
||||||
|
|
||||||
test_description='Test biridectionality of remote-hg'
|
test_description='Test bidirectionality of remote-hg'
|
||||||
|
|
||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user