Skip to content
Snippets Groups Projects
Commit 5cb0ff40 authored by Mads Kiilerich's avatar Mads Kiilerich
Browse files

largefiles: cache largefiles for update, also without printmessage

parent 750d04e7
No related branches found
No related tags found
No related merge requests found
......@@ -438,8 +438,9 @@
if filelist is not None:
lfiles = [f for f in lfiles if f in filelist]
if printmessage and lfiles:
ui.status(_('getting changed largefiles\n'))
if lfiles:
if printmessage:
ui.status(_('getting changed largefiles\n'))
cachelfiles(ui, repo, None, lfiles)
updated, removed = 0, 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment