diff tests/test-histedit-fold.t @ 33212:fe0667cc521e

tests: add fsmonitor specific output lines at enabling largefiles Temporarily enabling largefiles causes these output lines, only if tests are executed with fsmonitor.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 03 Jul 2017 02:52:39 +0900
parents bd872f64a8ba
children b320ff822c7e
line wrap: on
line diff
--- a/tests/test-histedit-fold.t	Mon Jul 03 21:26:39 2017 -0700
+++ b/tests/test-histedit-fold.t	Mon Jul 03 02:52:39 2017 +0900
@@ -488,6 +488,7 @@
   $ echo "foo" > amended.txt
   $ hg add amended.txt
   $ hg ci -q --config extensions.largefiles= --amend -I amended.txt
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
 
 Test that folding multiple changes in a row doesn't show multiple
 editors.