tests/test-share.t
changeset 51906 0f26ee69cf36
parent 51492 2e8a88e5809f
equal deleted inserted replaced
51905:c564be351754 51906:0f26ee69cf36
    50   checklink (symlink no-rust !)
    50   checklink (symlink no-rust !)
    51   checklink-target (symlink no-rust !)
    51   checklink-target (symlink no-rust !)
    52   manifestfulltextcache (reporevlogstore !)
    52   manifestfulltextcache (reporevlogstore !)
    53   $ ls -1 ../repo1/.hg/cache
    53   $ ls -1 ../repo1/.hg/cache
    54   branch2-served
    54   branch2-served
    55   rbc-names-v1
    55   rbc-names-v2
    56   rbc-revs-v1
    56   rbc-revs-v2
    57   tags2-visible
    57   tags2-visible
    58 
    58 
    59 Cloning a shared repo should pick up the full cache dir on the other hand.
    59 Cloning a shared repo should pick up the full cache dir on the other hand.
    60 
    60 
    61   $ hg clone . ../repo2-clone
    61   $ hg clone . ../repo2-clone
    62   updating to branch default
    62   updating to branch default
    63   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    63   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    64   $ ls -1 ../repo2-clone/.hg/cache
    64   $ ls -1 ../repo2-clone/.hg/cache
    65   branch2-base
    65   branch2-base
    66   branch2-served
    66   branch2-served
    67   rbc-names-v1
    67   rbc-names-v2
    68   rbc-revs-v1
    68   rbc-revs-v2
    69   tags2
    69   tags2
    70   tags2-served
    70   tags2-served
    71   tags2-visible
    71   tags2-visible
    72 
    72 
    73 Some sed versions appends newline, some don't, and some just fails
    73 Some sed versions appends newline, some don't, and some just fails