tests/test-hg-parseurl.py.out
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 20 Jul 2010 09:56:37 +0200
changeset 11626 2f8adc60e013
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
protocol: use generators instead of req.write() for hgweb stream responses

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