tests/test-inhibit.t
changeset 1491 8f469f81129c
parent 1477 6ab5c0f40699
parent 1490 bc7eec65dfcf
child 1492 f869033391b9
equal deleted inserted replaced
1488:3dec62fc266e 1491:8f469f81129c
   761   adding changesets
   761   adding changesets
   762   adding manifests
   762   adding manifests
   763   adding file changes
   763   adding file changes
   764   added 1 changesets with 1 changes to 1 files
   764   added 1 changesets with 1 changes to 1 files
   765   2 new obsolescence markers
   765   2 new obsolescence markers
       
   766 
       
   767 Pulling from a inhibit repo to a non-inhibit repo should work
       
   768 
       
   769   $ cd ..
       
   770   $ hg clone -q inhibit not-inhibit
       
   771   $ cat >> not-inhibit/.hg/hgrc <<EOF
       
   772   > [extensions]
       
   773   > inhibit=!
       
   774   > directaccess=!
       
   775   > evolve=!
       
   776   > EOF
       
   777   $ cd not-inhibit
       
   778   $ hg book -d foo
       
   779   $ hg pull
       
   780   pulling from $TESTTMP/inhibit
       
   781   searching for changes
       
   782   no changes found
       
   783   adding remote bookmark foo