tests/test-hg-parseurl.py.out
author Kevin Bullock <kbullock@ringworld.org>
Wed, 17 Aug 2011 08:55:01 -0500
changeset 15491 c0e42b47ec1a
parent 13897 375872fdadba
permissions -rw-r--r--
bookmark: remove excess creation of changectx's

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