tests/test-hg-parseurl.py.out
author Matt Mackall <mpm@selenic.com>
Fri, 27 Mar 2015 19:27:19 -0500
changeset 24489 0f6594b0a4e2
parent 13897 375872fdadba
permissions -rw-r--r--
import-checker: drop set() from cyclekey()

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