tests/test-hg-parseurl.py.out
author Matt Mackall <mpm@selenic.com>
Tue, 06 Oct 2015 16:26:20 -0500
changeset 26592 502b56a9e897
parent 13897 375872fdadba
permissions -rw-r--r--
dirstate: batch calls to statfiles (issue4878) This makes it more interruptible.

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