mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-12 06:05:39 +01: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:
committed by
Felipe Contreras
parent
4dac7913ec
commit
cda66ff5e9
@@ -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