Show More
@@ -3543,6 +3543,10 b' def clone_requirements(ui, createopts, s' | |||||
3543 | depends on the configuration |
|
3543 | depends on the configuration | |
3544 | """ |
|
3544 | """ | |
3545 | target_requirements = set() |
|
3545 | target_requirements = set() | |
|
3546 | if not srcrepo.requirements: | |||
|
3547 | # this is a legacy revlog "v0" repository, we cannot do anything fancy | |||
|
3548 | # with it. | |||
|
3549 | return target_requirements | |||
3546 | createopts = defaultcreateopts(ui, createopts=createopts) |
|
3550 | createopts = defaultcreateopts(ui, createopts=createopts) | |
3547 | for r in newreporequirements(ui, createopts): |
|
3551 | for r in newreporequirements(ui, createopts): | |
3548 | if r in requirementsmod.WORKING_DIR_REQUIREMENTS: |
|
3552 | if r in requirementsmod.WORKING_DIR_REQUIREMENTS: |
General Comments 0
You need to be logged in to leave comments.
Login now