Mercurial > hg
comparison tests/test-lfs.t @ 38415:6fcbab5c1e6e
test-lfs: add coverage for the binary() fileset
This ensures that the blobs don't need to be present to be filtered properly.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 21 Jun 2018 00:48:59 -0400 |
parents | 235d0bc11e1d |
children | ff5b6fca1082 |
comparison
equal
deleted
inserted
replaced
38414:235d0bc11e1d | 38415:6fcbab5c1e6e |
---|---|
523 | 523 |
524 $ hg files --debug -r . 'set:eol("unix")' --config 'experimental.lfs.disableusercache=True' | 524 $ hg files --debug -r . 'set:eol("unix")' --config 'experimental.lfs.disableusercache=True' |
525 lfs: found c04b5bb1a5b2eb3e9cd4805420dba5a9d133da5b7adeeafb5474c4adae9faa80 in the local lfs store | 525 lfs: found c04b5bb1a5b2eb3e9cd4805420dba5a9d133da5b7adeeafb5474c4adae9faa80 in the local lfs store |
526 lfs: found 5dde896887f6754c9b15bfe3a441ae4806df2fde94001311e08bf110622e0bbe in the local lfs store | 526 lfs: found 5dde896887f6754c9b15bfe3a441ae4806df2fde94001311e08bf110622e0bbe in the local lfs store |
527 2 b | 527 2 b |
528 | |
529 $ hg files --debug -r . 'set:binary()' --config 'experimental.lfs.disableusercache=True' | |
530 2 a | |
531 3 c | |
528 | 532 |
529 $ cd .. | 533 $ cd .. |
530 | 534 |
531 # Test fctx.cmp fastpath - diff without LFS blobs | 535 # Test fctx.cmp fastpath - diff without LFS blobs |
532 | 536 |