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

largefiles: don't assume that .hg/largefiles/ still exists

It might not have been created and it might have been removed.
parent 894a5897
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,8 @@
missing = []
ui = self.ui
util.makedirs(lfutil.storepath(self.repo, ''))
at = 0
for filename, hash in files:
ui.progress(_('getting largefiles'), at, unit='lfile',
......
......@@ -84,8 +84,7 @@
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
caching new largefiles
abort: *: '$TESTTMP/mirror2/.hg/largefiles/.7f7097b041ccf68cc5561e9600da4655d21c6d18.*' (glob)
[255]
1 largefiles cached
#if unix-permissions
......
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