##// END OF EJS Templates
hg: show the correct message when cloning an LFS repo with extension disabled...
Matt Harbison -
r50670:7d6c8943 stable
parent child Browse files
Show More
@@ -728,7 +728,7 b' def clone('
728 728 # data.
729 729 createopts[b'lfs'] = True
730 730
731 if extensions.disabled_help(b'lfs'):
731 if b'lfs' in extensions.disabled():
732 732 ui.status(
733 733 _(
734 734 b'(remote is using large file support (lfs), but it is '
General Comments 0
You need to be logged in to leave comments. Login now