tests/test-hg-parseurl.py.out
author Augie Fackler <augie@google.com>
Fri, 13 Mar 2015 18:28:11 -0400
changeset 24440 27ad6b91f5c2
parent 13897 375872fdadba
permissions -rw-r--r--
clone: add progress support to hardlink clones (issue3059)

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