##// END OF EJS Templates
largefiles: don't assume that .hg/largefiles/ still exists...
Mads Kiilerich -
r18725:0ac00315 stable
parent child Browse files
Show More
@@ -59,6 +59,8 b' class basestore(object):'
59 missing = []
59 missing = []
60 ui = self.ui
60 ui = self.ui
61
61
62 util.makedirs(lfutil.storepath(self.repo, ''))
63
62 at = 0
64 at = 0
63 for filename, hash in files:
65 for filename, hash in files:
64 ui.progress(_('getting largefiles'), at, unit='lfile',
66 ui.progress(_('getting largefiles'), at, unit='lfile',
@@ -84,8 +84,7 b' Verify that largefiles from pulled branc'
84 added 1 changesets with 1 changes to 1 files
84 added 1 changesets with 1 changes to 1 files
85 (run 'hg update' to get a working copy)
85 (run 'hg update' to get a working copy)
86 caching new largefiles
86 caching new largefiles
87 abort: *: '$TESTTMP/mirror2/.hg/largefiles/.7f7097b041ccf68cc5561e9600da4655d21c6d18.*' (glob)
87 1 largefiles cached
88 [255]
89
88
90 #if unix-permissions
89 #if unix-permissions
91
90
General Comments 0
You need to be logged in to leave comments. Login now