tests/test-share.t
changeset 41891 e82c932c01e3
parent 41792 2d835c42ab41
child 41965 e4ac7e63c213
equal deleted inserted replaced
41890:7da6307cc07a 41891:e82c932c01e3
   125   
   125   
   126   
   126   
   127 Cloning a shared repo via bundle2 results in a non-shared clone
   127 Cloning a shared repo via bundle2 results in a non-shared clone
   128 
   128 
   129   $ cd ..
   129   $ cd ..
   130   $ hg clone -q --stream --config ui.ssh="$PYTHON \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/repo2 cloned-via-bundle2
   130   $ hg clone -q --stream --config ui.ssh="\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/repo2 cloned-via-bundle2
   131   $ cat ./cloned-via-bundle2/.hg/requires | grep "shared"
   131   $ cat ./cloned-via-bundle2/.hg/requires | grep "shared"
   132   [1]
   132   [1]
   133   $ hg id --cwd cloned-via-bundle2 -r tip
   133   $ hg id --cwd cloned-via-bundle2 -r tip
   134   c2e0ac586386 tip
   134   c2e0ac586386 tip
   135   $ cd repo2
   135   $ cd repo2