Show More
@@ -19,7 +19,7 b' Test attempting a narrow clone against a' | |||||
19 |
|
19 | |||
20 | Verify that narrow is advertised in the bundle2 capabilities: |
|
20 | Verify that narrow is advertised in the bundle2 capabilities: | |
21 | $ echo hello | hg -R . serve --stdio | \ |
|
21 | $ echo hello | hg -R . serve --stdio | \ | |
22 |
> |
|
22 | > $PYTHON -c "import sys, urllib; print urllib.unquote_plus(list(sys.stdin)[1])" | grep narrow | |
23 | narrow=v0 |
|
23 | narrow=v0 | |
24 |
|
24 | |||
25 | $ cd .. |
|
25 | $ cd .. |
@@ -2,7 +2,7 b' test sparse' | |||||
2 |
|
2 | |||
3 | $ cat >> $HGRCPATH << EOF |
|
3 | $ cat >> $HGRCPATH << EOF | |
4 | > [ui] |
|
4 | > [ui] | |
5 |
> ssh = |
|
5 | > ssh = $PYTHON "$RUNTESTDIR/dummyssh" | |
6 | > username = nobody <no.reply@fb.com> |
|
6 | > username = nobody <no.reply@fb.com> | |
7 | > [extensions] |
|
7 | > [extensions] | |
8 | > sparse= |
|
8 | > sparse= |
General Comments 0
You need to be logged in to leave comments.
Login now