Show More
@@ -888,8 +888,8 b' def hgclone(orig, ui, opts, *args, **kwa' | |||
|
888 | 888 | |
|
889 | 889 | # If largefiles is required for this repo, permanently enable it locally |
|
890 | 890 | if 'largefiles' in repo.requirements: |
|
891 |
|
|
|
892 |
|
|
|
891 | repo.vfs.append('hgrc', | |
|
892 | util.tonativeeol('\n[extensions]\nlargefiles=\n')) | |
|
893 | 893 | |
|
894 | 894 | # Caching is implicitly limited to 'rev' option, since the dest repo was |
|
895 | 895 | # truncated at that point. The user may expect a download count with |
@@ -907,8 +907,8 b' def hgpostshare(orig, sourcerepo, destre' | |||
|
907 | 907 | |
|
908 | 908 | # If largefiles is required for this repo, permanently enable it locally |
|
909 | 909 | if 'largefiles' in destrepo.requirements: |
|
910 |
|
|
|
911 |
|
|
|
910 | destrepo.vfs.append('hgrc', | |
|
911 | util.tonativeeol('\n[extensions]\nlargefiles=\n')) | |
|
912 | 912 | |
|
913 | 913 | def overriderebase(orig, ui, repo, **opts): |
|
914 | 914 | if not util.safehasattr(repo, '_largefilesenabled'): |
General Comments 0
You need to be logged in to leave comments.
Login now