tests/test-hg-parseurl.py.out
author Steven Brown <StevenGBrown@gmail.com>
Wed, 26 Jan 2011 18:19:49 +0800
changeset 13397 6f9616a46f7c
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
tests: push wire protocol over CGI-based hgweb

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