Show More
@@ -727,6 +727,9 b' def resolverevlogstorevfsoptions(ui, req' | |||||
727 | if r.startswith(b'exp-compression-'): |
|
727 | if r.startswith(b'exp-compression-'): | |
728 | options[b'compengine'] = r[len(b'exp-compression-'):] |
|
728 | options[b'compengine'] = r[len(b'exp-compression-'):] | |
729 |
|
729 | |||
|
730 | if repository.NARROW_REQUIREMENT in requirements: | |||
|
731 | options[b'enableellipsis'] = True | |||
|
732 | ||||
730 | return options |
|
733 | return options | |
731 |
|
734 | |||
732 | def makemain(**kwargs): |
|
735 | def makemain(**kwargs): |
General Comments 0
You need to be logged in to leave comments.
Login now