We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329afb8 commit 6ee9a99Copy full SHA for 6ee9a99
contrib/fast-import/git-p4
@@ -1363,7 +1363,8 @@ class View(object):
1363
else:
1364
# This mapping matched; no need to search any further.
1365
# But, the mapping could be rejected if the client path
1366
- # has already been claimed by an earlier mapping.
+ # has already been claimed by an earlier mapping (i.e.
1367
+ # one later in the list, which we are walking backwards).
1368
already_mapped_in_client = False
1369
for f in paths_filled:
1370
# this is View.Path.match
0 commit comments