Comments
Patch
@@ -81,6 +81,7 @@ Test log
Largefiles doesn't crash
$ hg log -T '{rev}\n' --stat 'set:modified()' --config extensions.largefiles=
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
1
content1_content2_content1-tracked | 2 +-
content1_content2_content3-tracked | 2 +-
@@ -488,6 +488,7 @@ into the hook command.
$ echo "foo" > amended.txt
$ hg add amended.txt
$ hg ci -q --config extensions.largefiles= --amend -I amended.txt
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
Test that folding multiple changes in a row doesn't show multiple
editors.
@@ -730,6 +730,7 @@ final release (and dirstate flush).
$ hg ci -ma
223eafe2750c tip
$ hg up 0 --config extensions.largefiles=
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
cb9a9f314b8b
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
@@ -135,6 +135,8 @@ clone to remote1
The largefiles extension doesn't crash
$ hg clone -e "python \"$TESTDIR/dummyssh\"" local ssh://user@dummy/remotelf --config extensions.largefiles=
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
searching for changes
remote: adding changesets
remote: adding manifests
@@ -47,6 +47,7 @@ changeset graph
Make sure largefiles doesn't interfere with logging a regular file
$ hg --debug log a -T '{rev}: {desc}\n' --config extensions.largefiles=
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
updated patterns: .hglf/a, a
0: a
$ hg log a
@@ -67,6 +68,7 @@ Make sure largefiles doesn't interfere w
summary: a
$ hg --debug log glob:a* -T '{rev}: {desc}\n' --config extensions.largefiles=
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
updated patterns: glob:.hglf/a*, glob:a*
3: d
0: a
@@ -2077,6 +2079,7 @@ hg log -f dir across branches
Ensure that largefiles doesn't interfere with following a normal file
$ hg --config extensions.largefiles= log -f d -T '{desc}' -G
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
@ c
|
o a
@@ -625,6 +625,7 @@ check illegal path components
abort: path contains illegal component: .hg/a1 (glob)
[255]
$ hg --config extensions.largefiles= rename d1/d11/a1 .hg
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
abort: path contains illegal component: .hg/a1 (glob)
[255]
$ hg status -C
@@ -632,6 +633,7 @@ check illegal path components
abort: ../a1 not under root '$TESTTMP' (glob)
[255]
$ hg --config extensions.largefiles= rename d1/d11/a1 ..
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
abort: ../a1 not under root '$TESTTMP' (glob)
[255]
$ hg status -C
@@ -243,6 +243,8 @@ test that commits work
non largefiles repos won't enable largefiles
$ hg share --config extensions.largefiles= repo3 sharedrepo
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
+ The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
updating working directory
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ [ -f sharedrepo/.hg/hgrc ]