tests/test-hg-parseurl.py.out
author anuraggoel <anurag.dsps@gmail.com>
Mon, 03 Mar 2014 23:37:59 +0530
branchstable
changeset 20626 9096f83f9e7c
parent 13897 375872fdadba
permissions -rw-r--r--
paper: overlapping of section title on help pages (issue4051) Now there will be no overlap lines between various section title on help pages. http://selenic.com/repo/hg/help/config

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