##// 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 59 missing = []
60 60 ui = self.ui
61 61
62 util.makedirs(lfutil.storepath(self.repo, ''))
63
62 64 at = 0
63 65 for filename, hash in files:
64 66 ui.progress(_('getting largefiles'), at, unit='lfile',
@@ -84,8 +84,7 b' Verify that largefiles from pulled branc'
84 84 added 1 changesets with 1 changes to 1 files
85 85 (run 'hg update' to get a working copy)
86 86 caching new largefiles
87 abort: *: '$TESTTMP/mirror2/.hg/largefiles/.7f7097b041ccf68cc5561e9600da4655d21c6d18.*' (glob)
88 [255]
87 1 largefiles cached
89 88
90 89 #if unix-permissions
91 90
General Comments 0
You need to be logged in to leave comments. Login now