tests/test-hg-parseurl.py.out
author Augie Fackler <augie@google.com>
Mon, 06 Nov 2017 14:56:17 -0500
branchstable
changeset 34988 bd725a71f274
parent 13897 375872fdadba
permissions -rw-r--r--
config: add some more documentation around why svn and git subrepos are off

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', [])