diff -r 3dec62fc266e -r 8f469f81129c tests/test-inhibit.t --- a/tests/test-inhibit.t Mon Aug 10 00:44:53 2015 -0700 +++ b/tests/test-inhibit.t Wed Aug 12 20:38:39 2015 -0700 @@ -763,3 +763,21 @@ adding file changes added 1 changesets with 1 changes to 1 files 2 new obsolescence markers + +Pulling from a inhibit repo to a non-inhibit repo should work + + $ cd .. + $ hg clone -q inhibit not-inhibit + $ cat >> not-inhibit/.hg/hgrc < [extensions] + > inhibit=! + > directaccess=! + > evolve=! + > EOF + $ cd not-inhibit + $ hg book -d foo + $ hg pull + pulling from $TESTTMP/inhibit + searching for changes + no changes found + adding remote bookmark foo