Show More
@@ -696,7 +696,7 b' def overridepull(orig, ui, repo, source=' | |||||
696 | result = orig(ui, repo, source, **opts) |
|
696 | result = orig(ui, repo, source, **opts) | |
697 | # If we do not have the new largefiles for any new heads we pulled, we |
|
697 | # If we do not have the new largefiles for any new heads we pulled, we | |
698 | # will run into a problem later if we try to merge or rebase with one of |
|
698 | # will run into a problem later if we try to merge or rebase with one of | |
699 |
# these heads, so cache the largefiles now direc |
|
699 | # these heads, so cache the largefiles now directly into the system | |
700 | # cache. |
|
700 | # cache. | |
701 | ui.status(_("caching new largefiles\n")) |
|
701 | ui.status(_("caching new largefiles\n")) | |
702 | numcached = 0 |
|
702 | numcached = 0 |
General Comments 0
You need to be logged in to leave comments.
Login now