tests/test-requires.t
changeset 49972 1bd33932713d
parent 49969 84680c003d44
equal deleted inserted replaced
49967:5698c5eee12b 49972:1bd33932713d
    79   [255]
    79   [255]
    80   $ hg clone --pull supported clone-dst
    80   $ hg clone --pull supported clone-dst
    81   abort: required features are not supported in the destination: featuresetup-test
    81   abort: required features are not supported in the destination: featuresetup-test
    82   [255]
    82   [255]
    83 
    83 
       
    84 Bundlerepo also enforces the underlying repo requirements
       
    85 
       
    86   $ hg --cwd supported bundle --all ../bundle.hg
       
    87   1 changesets found
       
    88   $ echo outdoor-pool > push-dst/.hg/requires
       
    89   $ hg --cwd push-dst log -R ../bundle.hg -T phases
       
    90   abort: repository requires features unknown to this Mercurial: outdoor-pool
       
    91   (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
       
    92   [255]
       
    93 
    84   $ cd ..
    94   $ cd ..