equal
deleted
inserted
replaced
726 # requirement is added. If the extension is explicitly disabled but the |
726 # requirement is added. If the extension is explicitly disabled but the |
727 # requirement is set, the clone aborts early, before transferring any |
727 # requirement is set, the clone aborts early, before transferring any |
728 # data. |
728 # data. |
729 createopts[b'lfs'] = True |
729 createopts[b'lfs'] = True |
730 |
730 |
731 if extensions.disabled_help(b'lfs'): |
731 if b'lfs' in extensions.disabled(): |
732 ui.status( |
732 ui.status( |
733 _( |
733 _( |
734 b'(remote is using large file support (lfs), but it is ' |
734 b'(remote is using large file support (lfs), but it is ' |
735 b'explicitly disabled in the local configuration)\n' |
735 b'explicitly disabled in the local configuration)\n' |
736 ) |
736 ) |