tests/test-inhibit.t
branchstable
changeset 1490 bc7eec65dfcf
parent 1476 19c2405cb091
child 1491 8f469f81129c
equal deleted inserted replaced
1489:2f8a4d496585 1490:bc7eec65dfcf
   758   adding manifests
   758   adding manifests
   759   adding file changes
   759   adding file changes
   760   added 1 changesets with 1 changes to 1 files
   760   added 1 changesets with 1 changes to 1 files
   761   pushing 33 obsolescence markers (*) (glob)
   761   pushing 33 obsolescence markers (*) (glob)
   762   2 obsolescence markers added
   762   2 obsolescence markers added
       
   763 
       
   764 Pulling from a inhibit repo to a non-inhibit repo should work
       
   765 
       
   766   $ cd ..
       
   767   $ hg clone -q inhibit not-inhibit
       
   768   $ cat >> not-inhibit/.hg/hgrc <<EOF
       
   769   > [extensions]
       
   770   > inhibit=!
       
   771   > directaccess=!
       
   772   > evolve=!
       
   773   > EOF
       
   774   $ cd not-inhibit
       
   775   $ hg book -d foo
       
   776   $ hg pull
       
   777   pulling from $TESTTMP/inhibit
       
   778   searching for changes
       
   779   no changes found
       
   780   adding remote bookmark foo