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