tests/test-hg-parseurl.py.out
author Jun Wu <quark@fb.com>
Wed, 03 May 2017 18:04:43 -0700
changeset 32189 f238a483a1fd
parent 13897 375872fdadba
permissions -rw-r--r--
webcommands: use fctx.isbinary

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