Change 7587
Sven Erik Knop
committed this change
into
//guest/sven_erik_knop/p4bucket
Request Review
Download .zip
Fixed a problem with missed lazy copies if the target file
and librarian file only differed by the revision.
For example:
p4 add -t binary foo
p4 submit -d foo
p4 integ foo bar
p4 delete foo
p4 submit -d foo-bar
p4 integ -f bar foo
p4 submit -d foo2
Now foo#3 is a lazy copy of foo#1.
This change checks the librarian revision as well as the file
to detect such problems.
Files
1
Comments
0
1
edited
0
added
0
deleted
•
p4bucket.py#4
Loading...
Tip: Use
n
and
p
to cycle through the changes.