Show More
@@ -4,9 +4,7 b'' | |||||
4 | # with fsmonitor, use subrepositories, or don't anticipate the extra file in |
|
4 | # with fsmonitor, use subrepositories, or don't anticipate the extra file in | |
5 | # the .hg directory that fsmonitor adds. |
|
5 | # the .hg directory that fsmonitor adds. | |
6 | test-basic.t |
|
6 | test-basic.t | |
7 | test-blackbox.t |
|
|||
8 | test-commandserver.t |
|
7 | test-commandserver.t | |
9 | test-copy.t |
|
|||
10 | test-debugextensions.t |
|
8 | test-debugextensions.t | |
11 | test-eol-add.t |
|
9 | test-eol-add.t | |
12 | test-eol-clone.t |
|
10 | test-eol-clone.t |
@@ -135,10 +135,17 b' extension and python hooks - use the eol' | |||||
135 | $ echo '[hooks]' >> .hg/hgrc |
|
135 | $ echo '[hooks]' >> .hg/hgrc | |
136 | $ echo 'update = echo hooked' >> .hg/hgrc |
|
136 | $ echo 'update = echo hooked' >> .hg/hgrc | |
137 | $ hg update |
|
137 | $ hg update | |
|
138 | The fsmonitor extension is incompatible with the eol extension and has been disabled. (fsmonitor !) | |||
138 | hooked |
|
139 | hooked | |
139 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
140 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
140 | updated to "d02f48003e62: c" |
|
141 | updated to "d02f48003e62: c" | |
141 | 1 other heads for branch "default" |
|
142 | 1 other heads for branch "default" | |
|
143 | $ cat >> .hg/hgrc <<EOF | |||
|
144 | > [extensions] | |||
|
145 | > # disable eol, because it is not needed for subsequent tests | |||
|
146 | > # (in addition, keeping it requires extra care for fsmonitor) | |||
|
147 | > eol=! | |||
|
148 | > EOF | |||
142 | $ hg blackbox -l 6 |
|
149 | $ hg blackbox -l 6 | |
143 | 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> update |
|
150 | 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> update | |
144 | 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> writing .hg/cache/tags2-visible with 0 tags |
|
151 | 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> writing .hg/cache/tags2-visible with 0 tags |
@@ -192,6 +192,7 b' should show copy' | |||||
192 | XXX: filtering lfilesrepo.status() in 3.3-rc causes the copy source to not be |
|
192 | XXX: filtering lfilesrepo.status() in 3.3-rc causes the copy source to not be | |
193 | displayed. |
|
193 | displayed. | |
194 | $ hg st -C --config extensions.largefiles= |
|
194 | $ hg st -C --config extensions.largefiles= | |
|
195 | The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !) | |||
195 | M bar |
|
196 | M bar | |
196 | foo |
|
197 | foo | |
197 |
|
198 |
General Comments 0
You need to be logged in to leave comments.
Login now