Show More
@@ -81,6 +81,7 b' Test log' | |||||
81 |
|
81 | |||
82 | Largefiles doesn't crash |
|
82 | Largefiles doesn't crash | |
83 | $ hg log -T '{rev}\n' --stat 'set:modified()' --config extensions.largefiles= |
|
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 | 1 |
|
85 | 1 | |
85 | content1_content2_content1-tracked | 2 +- |
|
86 | content1_content2_content1-tracked | 2 +- | |
86 | content1_content2_content3-tracked | 2 +- |
|
87 | content1_content2_content3-tracked | 2 +- |
@@ -488,6 +488,7 b' into the hook command.' | |||||
488 | $ echo "foo" > amended.txt |
|
488 | $ echo "foo" > amended.txt | |
489 | $ hg add amended.txt |
|
489 | $ hg add amended.txt | |
490 | $ hg ci -q --config extensions.largefiles= --amend -I amended.txt |
|
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 | Test that folding multiple changes in a row doesn't show multiple |
|
493 | Test that folding multiple changes in a row doesn't show multiple | |
493 | editors. |
|
494 | editors. |
@@ -730,6 +730,7 b' final release (and dirstate flush).' | |||||
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 |
@@ -135,6 +135,8 b' clone to remote1' | |||||
135 |
|
135 | |||
136 | The largefiles extension doesn't crash |
|
136 | The largefiles extension doesn't crash | |
137 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" local ssh://user@dummy/remotelf --config extensions.largefiles= |
|
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 | searching for changes |
|
140 | searching for changes | |
139 | remote: adding changesets |
|
141 | remote: adding changesets | |
140 | remote: adding manifests |
|
142 | remote: adding manifests |
@@ -47,6 +47,7 b' changeset graph' | |||||
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 | |
@@ -67,6 +68,7 b" Make sure largefiles doesn't interfere w" | |||||
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 | |
@@ -2077,6 +2079,7 b' hg log -f dir across branches' | |||||
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 |
@@ -625,6 +625,7 b' check illegal path components' | |||||
625 | abort: path contains illegal component: .hg/a1 (glob) |
|
625 | abort: path contains illegal component: .hg/a1 (glob) | |
626 | [255] |
|
626 | [255] | |
627 | $ hg --config extensions.largefiles= rename d1/d11/a1 .hg |
|
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 | abort: path contains illegal component: .hg/a1 (glob) |
|
629 | abort: path contains illegal component: .hg/a1 (glob) | |
629 | [255] |
|
630 | [255] | |
630 | $ hg status -C |
|
631 | $ hg status -C | |
@@ -632,6 +633,7 b' check illegal path components' | |||||
632 | abort: ../a1 not under root '$TESTTMP' (glob) |
|
633 | abort: ../a1 not under root '$TESTTMP' (glob) | |
633 | [255] |
|
634 | [255] | |
634 | $ hg --config extensions.largefiles= rename d1/d11/a1 .. |
|
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 | abort: ../a1 not under root '$TESTTMP' (glob) |
|
637 | abort: ../a1 not under root '$TESTTMP' (glob) | |
636 | [255] |
|
638 | [255] | |
637 | $ hg status -C |
|
639 | $ hg status -C |
@@ -243,6 +243,8 b' test that commits work' | |||||
243 | non largefiles repos won't enable largefiles |
|
243 | non largefiles repos won't enable largefiles | |
244 |
|
244 | |||
245 | $ hg share --config extensions.largefiles= repo3 sharedrepo |
|
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 | updating working directory |
|
248 | updating working directory | |
247 | 2 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
249 | 2 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
248 | $ [ -f sharedrepo/.hg/hgrc ] |
|
250 | $ [ -f sharedrepo/.hg/hgrc ] |
General Comments 0
You need to be logged in to leave comments.
Login now