Skip to content

Commit 6ee9a99

Browse files
Pete Wyckoffgitster
authored andcommitted
git-p4: clarify comment
Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 329afb8 commit 6ee9a99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/fast-import/git-p4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,8 @@ class View(object):
13631363
else:
13641364
# This mapping matched; no need to search any further.
13651365
# But, the mapping could be rejected if the client path
1366-
# has already been claimed by an earlier mapping.
1366+
# has already been claimed by an earlier mapping (i.e.
1367+
# one later in the list, which we are walking backwards).
13671368
already_mapped_in_client = False
13681369
for f in paths_filled:
13691370
# this is View.Path.match

0 commit comments

Comments
 (0)