tests/test-hg-parseurl.py.out
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 06 Mar 2016 03:15:45 +0530
changeset 28355 897a4bbd578b
parent 13897 375872fdadba
permissions -rw-r--r--
hgclient: use absolute_import and print_function

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