tests/test-remotefilelog-clone.t
changeset 46478 db9e33beb0fb
parent 40919 a0886a4d6dce
child 46874 84a93fa7ecfd
equal deleted inserted replaced
46477:3c360ab2688d 46478:db9e33beb0fb
    83 check its contents separately.
    83 check its contents separately.
    84 
    84 
    85   $ TEMP_STDERR=full-clone-from-shallow.stderr.tmp
    85   $ TEMP_STDERR=full-clone-from-shallow.stderr.tmp
    86   $ hg clone --noupdate ssh://user@dummy/shallow full 2>$TEMP_STDERR
    86   $ hg clone --noupdate ssh://user@dummy/shallow full 2>$TEMP_STDERR
    87   streaming all changes
    87   streaming all changes
    88   remote: abort: Cannot clone from a shallow repo to a full repo.
       
    89   [255]
    88   [255]
    90   $ cat $TEMP_STDERR
    89   $ cat $TEMP_STDERR
       
    90   remote: abort: Cannot clone from a shallow repo to a full repo.
    91   abort: pull failed on remote
    91   abort: pull failed on remote
    92   $ rm $TEMP_STDERR
    92   $ rm $TEMP_STDERR
    93 
    93 
    94 # getbundle full clone
    94 # getbundle full clone
    95 
    95