tests/test-hg-parseurl.py.out
author Alexander Plavin <alexander@plav.in>
Sun, 10 Nov 2013 18:05:53 +0400
changeset 20021 4830763f825c
parent 13897 375872fdadba
permissions -rw-r--r--
hgweb: remove unused argument of entries function in filelog This doesn't change the behavior as the argument wasn't used anyway.

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