tests/test-hg-parseurl.py.out
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 03 Apr 2018 23:00:41 -0700
changeset 37334 6407507e12b6
parent 13897 375872fdadba
permissions -rw-r--r--
hgweb: inline changeidctx() Differential Revision: https://phab.mercurial-scm.org/D3074

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