tests/test-hg-parseurl.py.out
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 10 Jul 2017 21:39:49 -0700
changeset 33374 4dc04cdf2520
parent 13897 375872fdadba
permissions -rw-r--r--
sparse: move config updating function into core As part of the move, the ui argument was dropped. Additional fixups will be made in a follow-up commit.

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