Skip to content
Snippets Groups Projects
Commit 46edbc49 authored by Na'Tosha Bard's avatar Na'Tosha Bard
Browse files

largefiles: fix test and check code

parent 909cb9dd
No related branches found
No related tags found
No related merge requests found
......@@ -741,7 +741,7 @@
heads = lfutil.getcurrentheads(repo)
newheads = set(heads).difference(set(oldheads))
if len(newheads) > 0:
ui.status(_("caching largefiles for %s heads\n" % len(newheads)))
ui.status(_("caching largefiles for %s heads\n") % len(newheads))
for head in newheads:
(cached, missing) = lfcommands.cachelfiles(ui, repo, head)
numcached += len(cached)
......
......@@ -37,7 +37,7 @@
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
caching new largefiles
caching largefiles for 1 heads
0 largefiles cached
Update working directory to "tip", which requires largefile("large"),
......
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