mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
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:
|
||||
# This mapping matched; no need to search any further.
|
||||
# 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
|
||||
for f in paths_filled:
|
||||
# this is View.Path.match
|
||||
|
Loading…
Reference in New Issue
Block a user