##// END OF EJS Templates
tests: split capabilities into separate lines while searching for "narrow"...
av6 -
r39756:7d9b1b50 default
parent child Browse files
Show More
@@ -31,9 +31,9 b' Verify that narrow is advertised in the '
31 > print(unquote(list(sys.stdin)[1]))
31 > print(unquote(list(sys.stdin)[1]))
32 > EOF
32 > EOF
33 $ echo hello | hg -R . serve --stdio | \
33 $ echo hello | hg -R . serve --stdio | \
34 > "$PYTHON" unquote.py | grep narrow
34 > "$PYTHON" unquote.py | tr ' ' '\n' | grep narrow
35 narrow=v0
35 narrow=v0
36 rev-branch-cache changegroupsubset exp-narrow-1 getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
36 exp-narrow-1
37
37
38 $ cd ..
38 $ cd ..
39
39
General Comments 0
You need to be logged in to leave comments. Login now