Show More
@@ -1,4 +1,4 b'' | |||||
1 | #require serve no-reposimplestore |
|
1 | #require serve no-reposimplestore no-chg | |
2 |
|
2 | |||
3 | #testcases stream-legacy stream-bundle2 |
|
3 | #testcases stream-legacy stream-bundle2 | |
4 |
|
4 |
@@ -1,4 +1,4 b'' | |||||
1 | #require no-reposimplestore |
|
1 | #require no-reposimplestore no-chg | |
2 |
|
2 | |||
3 | Set up a server |
|
3 | Set up a server | |
4 |
|
4 |
@@ -1,3 +1,5 b'' | |||||
|
1 | #require no-chg | |||
|
2 | ||||
1 | $ . $TESTDIR/wireprotohelpers.sh |
|
3 | $ . $TESTDIR/wireprotohelpers.sh | |
2 | $ enabledummycommands |
|
4 | $ enabledummycommands | |
3 |
|
5 |
@@ -1,3 +1,5 b'' | |||||
|
1 | #require no-chg | |||
|
2 | ||||
1 | $ send() { |
|
3 | $ send() { | |
2 | > hg --verbose debugwireproto --peer raw http://$LOCALIP:$HGPORT/ |
|
4 | > hg --verbose debugwireproto --peer raw http://$LOCALIP:$HGPORT/ | |
3 | > } |
|
5 | > } |
@@ -1,3 +1,5 b'' | |||||
|
1 | #require no-chg | |||
|
2 | ||||
1 | $ . $TESTDIR/wireprotohelpers.sh |
|
3 | $ . $TESTDIR/wireprotohelpers.sh | |
2 |
|
4 | |||
3 | $ cat >> $HGRCPATH << EOF |
|
5 | $ cat >> $HGRCPATH << EOF |
@@ -1,4 +1,4 b'' | |||||
1 | #require no-reposimplestore |
|
1 | #require no-reposimplestore no-chg | |
2 |
|
2 | |||
3 | This tests the interaction between the largefiles and lfs extensions, and |
|
3 | This tests the interaction between the largefiles and lfs extensions, and | |
4 | conversion from largefiles -> lfs. |
|
4 | conversion from largefiles -> lfs. |
@@ -1,4 +1,4 b'' | |||||
1 | #require serve no-reposimplestore |
|
1 | #require serve no-reposimplestore no-chg | |
2 |
|
2 | |||
3 | $ cat >> $HGRCPATH <<EOF |
|
3 | $ cat >> $HGRCPATH <<EOF | |
4 | > [extensions] |
|
4 | > [extensions] |
@@ -1,5 +1,5 b'' | |||||
1 | #testcases lfsremote-on lfsremote-off |
|
1 | #testcases lfsremote-on lfsremote-off | |
2 | #require serve no-reposimplestore |
|
2 | #require serve no-reposimplestore no-chg | |
3 |
|
3 | |||
4 | This test splits `hg serve` with and without using the extension into separate |
|
4 | This test splits `hg serve` with and without using the extension into separate | |
5 | tests cases. The tests are broken down as follows, where "LFS"/"No-LFS" |
|
5 | tests cases. The tests are broken down as follows, where "LFS"/"No-LFS" |
@@ -1,4 +1,4 b'' | |||||
1 | #require no-reposimplestore |
|
1 | #require no-reposimplestore no-chg | |
2 | #testcases git-server hg-server |
|
2 | #testcases git-server hg-server | |
3 |
|
3 | |||
4 | #if git-server |
|
4 | #if git-server |
@@ -1,4 +1,4 b'' | |||||
1 | #require no-reposimplestore |
|
1 | #require no-reposimplestore no-chg | |
2 |
|
2 | |||
3 | # Initial setup |
|
3 | # Initial setup | |
4 |
|
4 |
@@ -1,3 +1,5 b'' | |||||
|
1 | #require no-chg | |||
|
2 | ||||
1 | revlog.parseindex must be able to parse the index file even if |
|
3 | revlog.parseindex must be able to parse the index file even if | |
2 | an index entry is split between two 64k blocks. The ideal test |
|
4 | an index entry is split between two 64k blocks. The ideal test | |
3 | would be to create an index file with inline data where |
|
5 | would be to create an index file with inline data where |
@@ -1,3 +1,5 b'' | |||||
|
1 | #require no-chg | |||
|
2 | ||||
1 | $ hg init repo |
|
3 | $ hg init repo | |
2 | $ cd repo |
|
4 | $ cd repo | |
3 | $ echo foo > foo |
|
5 | $ echo foo > foo |
@@ -1,3 +1,5 b'' | |||||
|
1 | #require no-chg | |||
|
2 | ||||
1 | #testcases bundle1 bundle2 |
|
3 | #testcases bundle1 bundle2 | |
2 |
|
4 | |||
3 | #if bundle1 |
|
5 | #if bundle1 |
General Comments 0
You need to be logged in to leave comments.
Login now