tests/test-lfs.t
changeset 35451 e28dedf4ff43
parent 35400 4441705b7111
child 35456 488634db5928
equal deleted inserted replaced
35450:991e4404e910 35451:e28dedf4ff43
   569 
   569 
   570 repo12 doesn't have any cached lfs files and its source never pushed its
   570 repo12 doesn't have any cached lfs files and its source never pushed its
   571 files.  Therefore, the files don't exist in the remote store.  Use the files in
   571 files.  Therefore, the files don't exist in the remote store.  Use the files in
   572 the user cache.
   572 the user cache.
   573 
   573 
   574   $ find $TESTTMP/repo12/.hg/store/lfs/objects -type f
   574   $ test -d $TESTTMP/repo12/.hg/store/lfs/objects
   575   find: */repo12/.hg/store/lfs/objects*: $ENOENT$ (glob)
       
   576   [1]
   575   [1]
   577 
   576 
   578   $ hg --config extensions.share= share repo12 repo13
   577   $ hg --config extensions.share= share repo12 repo13
   579   updating working directory
   578   updating working directory
   580   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   579   1 files updated, 0 files merged, 0 files removed, 0 files unresolved