tests/test-largefiles-cache.t
branchstable
changeset 18724 894a5897a9dd
parent 18723 e56f7cd8c67b
child 18725 0ac00315875f
equal deleted inserted replaced
18723:e56f7cd8c67b 18724:894a5897a9dd
    71   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    71   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    72   $ hg status
    72   $ hg status
    73   ! large
    73   ! large
    74   $ cd ..
    74   $ cd ..
    75 
    75 
       
    76 Verify that largefiles from pulled branchheads are fetched, also to an empty repo
       
    77 
       
    78   $ hg init mirror2
       
    79   $ hg -R mirror2 pull src -r0
       
    80   pulling from src
       
    81   adding changesets
       
    82   adding manifests
       
    83   adding file changes
       
    84   added 1 changesets with 1 changes to 1 files
       
    85   (run 'hg update' to get a working copy)
       
    86   caching new largefiles
       
    87   abort: *: '$TESTTMP/mirror2/.hg/largefiles/.7f7097b041ccf68cc5561e9600da4655d21c6d18.*' (glob)
       
    88   [255]
       
    89 
    76 #if unix-permissions
    90 #if unix-permissions
    77 
    91 
    78 Portable way to print file permissions:
    92 Portable way to print file permissions:
    79 
    93 
    80   $ cat > ls-l.py <<EOF
    94   $ cat > ls-l.py <<EOF