tests/test-hg-parseurl.py.out
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 07 Feb 2018 17:18:27 -0800
changeset 36076 465858451347
parent 13897 375872fdadba
permissions -rw-r--r--
tests: add tests for sending recognized command before handshake Rounding out our test coverage for the SSH server. Differential Revision: https://phab.mercurial-scm.org/D2093

http://example.com/no/anchor, branches: (None, [])
http://example.com/an/anchor, branches: ('foo', [])
http://example.com/no/anchor/branches, branches: (None, ['foo'])
http://example.com/an/anchor/branches, branches: ('bar', ['foo'])
http://example.com/an/anchor/branches-None, branches: ('foo', [])
http://example.com/, branches: (None, [])
http://example.com/, branches: (None, [])
http://example.com/, branches: ('foo', [])