comparison tests/test-hook.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 15a79ac823e8
children be49f3fdcd10
comparison
equal deleted inserted replaced
33211:f48422ab81aa 33212:fe0667cc521e
728 $ echo 'update = hg id' >> .hg/hgrc 728 $ echo 'update = hg id' >> .hg/hgrc
729 $ echo bb > a 729 $ echo bb > a
730 $ hg ci -ma 730 $ hg ci -ma
731 223eafe2750c tip 731 223eafe2750c tip
732 $ hg up 0 --config extensions.largefiles= 732 $ hg up 0 --config extensions.largefiles=
733 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
733 cb9a9f314b8b 734 cb9a9f314b8b
734 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 735 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
735 736
736 make sure --verbose (and --quiet/--debug etc.) are propagated to the local ui 737 make sure --verbose (and --quiet/--debug etc.) are propagated to the local ui
737 that is passed to pre/post hooks 738 that is passed to pre/post hooks