##// END OF EJS Templates
tests: add fsmonitor specific output lines at enabling largefiles...
FUJIWARA Katsunori -
r33209:fe0667cc default
parent child Browse files
Show More
@@ -81,6 +81,7 b' Test log'
81 81
82 82 Largefiles doesn't crash
83 83 $ hg log -T '{rev}\n' --stat 'set:modified()' --config extensions.largefiles=
84 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
84 85 1
85 86 content1_content2_content1-tracked | 2 +-
86 87 content1_content2_content3-tracked | 2 +-
@@ -488,6 +488,7 b' into the hook command.'
488 488 $ echo "foo" > amended.txt
489 489 $ hg add amended.txt
490 490 $ hg ci -q --config extensions.largefiles= --amend -I amended.txt
491 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
491 492
492 493 Test that folding multiple changes in a row doesn't show multiple
493 494 editors.
@@ -730,6 +730,7 b' final release (and dirstate flush).'
730 730 $ hg ci -ma
731 731 223eafe2750c tip
732 732 $ hg up 0 --config extensions.largefiles=
733 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
733 734 cb9a9f314b8b
734 735 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
735 736
@@ -135,6 +135,8 b' clone to remote1'
135 135
136 136 The largefiles extension doesn't crash
137 137 $ hg clone -e "python \"$TESTDIR/dummyssh\"" local ssh://user@dummy/remotelf --config extensions.largefiles=
138 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
139 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
138 140 searching for changes
139 141 remote: adding changesets
140 142 remote: adding manifests
@@ -47,6 +47,7 b' changeset graph'
47 47
48 48 Make sure largefiles doesn't interfere with logging a regular file
49 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 51 updated patterns: .hglf/a, a
51 52 0: a
52 53 $ hg log a
@@ -67,6 +68,7 b" Make sure largefiles doesn't interfere w"
67 68 summary: a
68 69
69 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 72 updated patterns: glob:.hglf/a*, glob:a*
71 73 3: d
72 74 0: a
@@ -2077,6 +2079,7 b' hg log -f dir across branches'
2077 2079
2078 2080 Ensure that largefiles doesn't interfere with following a normal file
2079 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 2083 @ c
2081 2084 |
2082 2085 o a
@@ -625,6 +625,7 b' check illegal path components'
625 625 abort: path contains illegal component: .hg/a1 (glob)
626 626 [255]
627 627 $ hg --config extensions.largefiles= rename d1/d11/a1 .hg
628 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
628 629 abort: path contains illegal component: .hg/a1 (glob)
629 630 [255]
630 631 $ hg status -C
@@ -632,6 +633,7 b' check illegal path components'
632 633 abort: ../a1 not under root '$TESTTMP' (glob)
633 634 [255]
634 635 $ hg --config extensions.largefiles= rename d1/d11/a1 ..
636 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
635 637 abort: ../a1 not under root '$TESTTMP' (glob)
636 638 [255]
637 639 $ hg status -C
@@ -243,6 +243,8 b' test that commits work'
243 243 non largefiles repos won't enable largefiles
244 244
245 245 $ hg share --config extensions.largefiles= repo3 sharedrepo
246 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
247 The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
246 248 updating working directory
247 249 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
248 250 $ [ -f sharedrepo/.hg/hgrc ]
General Comments 0
You need to be logged in to leave comments. Login now