tests/test-hg-parseurl.py.out
author Adrian Buehlmann <adrian@cadifra.com>
Mon, 14 Feb 2011 11:12:57 +0100
changeset 13378 244772f67ac1
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
windows: eliminate system_rcpath_win32()

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