git-p4: clarify comment
Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
329afb8e97
commit
6ee9a9993f
@ -1363,7 +1363,8 @@ class View(object):
|
|||||||
else:
|
else:
|
||||||
# This mapping matched; no need to search any further.
|
# This mapping matched; no need to search any further.
|
||||||
# But, the mapping could be rejected if the client path
|
# But, the mapping could be rejected if the client path
|
||||||
# has already been claimed by an earlier mapping.
|
# has already been claimed by an earlier mapping (i.e.
|
||||||
|
# one later in the list, which we are walking backwards).
|
||||||
already_mapped_in_client = False
|
already_mapped_in_client = False
|
||||||
for f in paths_filled:
|
for f in paths_filled:
|
||||||
# this is View.Path.match
|
# this is View.Path.match
|
||||||
|
Loading…
Reference in New Issue
Block a user