comparison tests/test-log.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 e8569cc131d1
children 8e6f4939a69a
comparison
equal deleted inserted replaced
33211:f48422ab81aa 33212:fe0667cc521e
45 $ hg mv dir/b e 45 $ hg mv dir/b e
46 $ hg ci -me -d '5 0' 46 $ hg ci -me -d '5 0'
47 47
48 Make sure largefiles doesn't interfere with logging a regular file 48 Make sure largefiles doesn't interfere with logging a regular file
49 $ hg --debug log a -T '{rev}: {desc}\n' --config extensions.largefiles= 49 $ hg --debug log a -T '{rev}: {desc}\n' --config extensions.largefiles=
50 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
50 updated patterns: .hglf/a, a 51 updated patterns: .hglf/a, a
51 0: a 52 0: a
52 $ hg log a 53 $ hg log a
53 changeset: 0:9161b9aeaf16 54 changeset: 0:9161b9aeaf16
54 user: test 55 user: test
65 user: test 66 user: test
66 date: Thu Jan 01 00:00:01 1970 +0000 67 date: Thu Jan 01 00:00:01 1970 +0000
67 summary: a 68 summary: a
68 69
69 $ hg --debug log glob:a* -T '{rev}: {desc}\n' --config extensions.largefiles= 70 $ hg --debug log glob:a* -T '{rev}: {desc}\n' --config extensions.largefiles=
71 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
70 updated patterns: glob:.hglf/a*, glob:a* 72 updated patterns: glob:.hglf/a*, glob:a*
71 3: d 73 3: d
72 0: a 74 0: a
73 75
74 log on directory 76 log on directory
2075 | 2077 |
2076 o a 2078 o a
2077 2079
2078 Ensure that largefiles doesn't interfere with following a normal file 2080 Ensure that largefiles doesn't interfere with following a normal file
2079 $ hg --config extensions.largefiles= log -f d -T '{desc}' -G 2081 $ hg --config extensions.largefiles= log -f d -T '{desc}' -G
2082 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
2080 @ c 2083 @ c
2081 | 2084 |
2082 o a 2085 o a
2083 2086
2084 $ hg log -f d/a -T '{desc}' -G 2087 $ hg log -f d/a -T '{desc}' -G