##// END OF EJS Templates
tests: don't rely on broken behaviour in test-largefiles-cache.t...
Mads Kiilerich -
r18723:e56f7cd8 stable
parent child Browse files
Show More
@@ -16,6 +16,9 b' Create source repo, and commit adding la'
16 $ echo large > large
16 $ echo large > large
17 $ hg add --large large
17 $ hg add --large large
18 $ hg commit -m 'add largefile'
18 $ hg commit -m 'add largefile'
19 $ hg rm large
20 $ hg commit -m 'branchhead without largefile'
21 $ hg up -qr 0
19 $ cd ..
22 $ cd ..
20
23
21 Discard all cached largefiles in USERCACHE
24 Discard all cached largefiles in USERCACHE
@@ -35,7 +38,7 b' repo as "default" path in .hg/hgrc.'
35 adding changesets
38 adding changesets
36 adding manifests
39 adding manifests
37 adding file changes
40 adding file changes
38 added 1 changesets with 1 changes to 1 files
41 added 2 changesets with 1 changes to 1 files
39 (run 'hg update' to get a working copy)
42 (run 'hg update' to get a working copy)
40 caching new largefiles
43 caching new largefiles
41 0 largefiles cached
44 0 largefiles cached
@@ -44,7 +47,7 b' Update working directory to "tip", which'
44 but there is no cache file for it. So, hg must treat it as
47 but there is no cache file for it. So, hg must treat it as
45 "missing"(!) file.
48 "missing"(!) file.
46
49
47 $ hg update
50 $ hg update -r0
48 getting changed largefiles
51 getting changed largefiles
49 error getting id 7f7097b041ccf68cc5561e9600da4655d21c6d18 from url file:$TESTTMP/mirror for file large: can't get file locally (glob)
52 error getting id 7f7097b041ccf68cc5561e9600da4655d21c6d18 from url file:$TESTTMP/mirror for file large: can't get file locally (glob)
50 0 largefiles updated, 0 removed
53 0 largefiles updated, 0 removed
@@ -61,7 +64,7 b' Update working directory to null: this c'
61
64
62 Update working directory to tip, again.
65 Update working directory to tip, again.
63
66
64 $ hg update
67 $ hg update -r0
65 getting changed largefiles
68 getting changed largefiles
66 error getting id 7f7097b041ccf68cc5561e9600da4655d21c6d18 from url file:$TESTTMP/mirror for file large: can't get file locally (glob)
69 error getting id 7f7097b041ccf68cc5561e9600da4655d21c6d18 from url file:$TESTTMP/mirror for file large: can't get file locally (glob)
67 0 largefiles updated, 0 removed
70 0 largefiles updated, 0 removed
@@ -90,6 +93,7 b' from file in working copy:'
90 $ chmod 660 large
93 $ chmod 660 large
91 $ echo change >> large
94 $ echo change >> large
92 $ hg commit -m change
95 $ hg commit -m change
96 created new head
93 $ ../ls-l.py .hg/largefiles/e151b474069de4ca6898f67ce2f2a7263adf8fea
97 $ ../ls-l.py .hg/largefiles/e151b474069de4ca6898f67ce2f2a7263adf8fea
94 640
98 640
95
99
General Comments 0
You need to be logged in to leave comments. Login now