tests/test-hg-parseurl.py.out
author Augie Fackler <durin42@gmail.com>
Sat, 09 Oct 2010 17:58:48 -0500
changeset 12680 d664547ef540
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
hgweb: add help link to templates missed in ead4e21f49f1

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