tests/test-narrow-clone-non-narrow-server.t
changeset 48876 42d2b31cee0b
parent 47026 20eba5cef2e0
equal deleted inserted replaced
48875:6000f5b25c9b 48876:42d2b31cee0b
    18   $ cat hg.pid >> "$DAEMON_PIDS"
    18   $ cat hg.pid >> "$DAEMON_PIDS"
    19 
    19 
    20 Verify that narrow is advertised in the bundle2 capabilities:
    20 Verify that narrow is advertised in the bundle2 capabilities:
    21 
    21 
    22   $ cat >> unquote.py <<EOF
    22   $ cat >> unquote.py <<EOF
    23   > from __future__ import print_function
       
    24   > import sys
    23   > import sys
    25   > if sys.version[0] == '3':
    24   > if sys.version[0] == '3':
    26   >     import urllib.parse as up
    25   >     import urllib.parse as up
    27   >     unquote = up.unquote_plus
    26   >     unquote = up.unquote_plus
    28   > else:
    27   > else: