tests/test-hg-parseurl.py.out
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 30 Sep 2017 15:46:36 +0530
changeset 34346 46f45b7efa30
parent 13897 375872fdadba
permissions -rw-r--r--
py3: use pycompat.strkwargs() before passing a dict as keyword argument Differential Revision: https://phab.mercurial-scm.org/D854

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