tests/test-hg-parseurl.py.out
author Patrick Mezard <pmezard@gmail.com>
Fri, 10 Sep 2010 22:36:04 +0200
changeset 12208 482443557cad
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
mq: add newline after qfold warning

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