We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d41784 commit 831d57aCopy full SHA for 831d57a
contrib/remote-helpers/git-remote-hg
@@ -31,7 +31,7 @@ import urllib
31
# hg:
32
# Emulate hg-git.
33
# Only hg bookmarks are exported as git branches.
34
-# Commits are modified to preserve hg information and allow biridectionality.
+# Commits are modified to preserve hg information and allow bidirectionality.
35
#
36
37
NAME_RE = re.compile('^([^<>]+)')
contrib/remote-helpers/test-hg-bidi.sh
@@ -6,7 +6,7 @@
6
# https://bitbucket.org/durin42/hg-git/src
7
8
9
-test_description='Test biridectionality of remote-hg'
+test_description='Test bidirectionality of remote-hg'
10
11
. ./test-lib.sh
12
0 commit comments