tests/test-inhibit.t
changeset 1491 8f469f81129c
parent 1477 6ab5c0f40699
parent 1490 bc7eec65dfcf
child 1492 f869033391b9
--- 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 <<EOF
+  > [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