tests/test-hg-parseurl.py.out
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 22 Aug 2015 17:04:24 -0700
changeset 26210 7c759f1a056f
parent 13897 375872fdadba
permissions -rw-r--r--
hgweb: add reponame to requestcontext We have to use object.__setattr__ until the app proxy is gone.

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