tests/test-share.t
changeset 33539 460733327640
parent 33212 fe0667cc521e
child 33986 169c97d4e722
equal deleted inserted replaced
33538:54b36d3ff7f6 33539:460733327640
    21 share shouldn't have a store dir
    21 share shouldn't have a store dir
    22 
    22 
    23   $ cd repo2
    23   $ cd repo2
    24   $ test -d .hg/store
    24   $ test -d .hg/store
    25   [1]
    25   [1]
       
    26 
       
    27 share shouldn't have a cache dir, original repo should
       
    28 
       
    29   $ hg branches
       
    30   default                        0:d3873e73d99e
       
    31   $ hg tags
       
    32   tip                                0:d3873e73d99e
       
    33   $ test -d .hg/cache
       
    34   [1]
       
    35   $ ls -1 ../repo1/.hg/cache
       
    36   branch2-served
       
    37   rbc-names-v1
       
    38   rbc-revs-v1
       
    39   tags2-visible
    26 
    40 
    27 Some sed versions appends newline, some don't, and some just fails
    41 Some sed versions appends newline, some don't, and some just fails
    28 
    42 
    29   $ cat .hg/sharedpath; echo
    43   $ cat .hg/sharedpath; echo
    30   $TESTTMP/repo1/.hg (glob)
    44   $TESTTMP/repo1/.hg (glob)