tests/test-pathconflicts-update.t
branchstable
changeset 34942 2a774cae3a03
parent 34691 857fc3313f7b
child 45840 527ce85c2e60
--- a/tests/test-pathconflicts-update.t	Tue Oct 24 11:14:38 2017 -0700
+++ b/tests/test-pathconflicts-update.t	Tue Oct 24 11:15:30 2017 -0700
@@ -1,3 +1,11 @@
+Path conflict checking is currently disabled by default because of issue5716.
+Turn it on for this test.
+
+  $ cat >> $HGRCPATH << EOF
+  > [experimental]
+  > merge.checkpathconflicts=True
+  > EOF
+
   $ hg init repo
   $ cd repo
   $ echo base > base
@@ -150,4 +158,3 @@
   $ hg up file2 --clean
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   (activating bookmark file2)
-