tests/test-hg-parseurl.py.out
author Matt Mackall <mpm@selenic.com>
Fri, 04 Jun 2010 17:22:33 -0500
changeset 11285 f118029e534c
parent 10365 d757bc0c7865
child 11322 3d6915f5a2bb
permissions -rw-r--r--
rebase: use usual util.abort rather than error.ParseError

http://example.com/no/anchor, branches: []
http://example.com/an/anchor, branches: ['foo']
http://example.com/no/anchor/branches, branches: ['foo']
http://example.com/an/anchor/branches, branches: ['foo', 'bar']
http://example.com/an/anchor/branches-None, branches: ['foo']