tests/test-hg-parseurl.py.out
author Yuya Nishihara <yuya@tcha.org>
Fri, 01 Aug 2014 21:36:56 +0900
branchstable
changeset 21966 be94ed4baa5d
parent 13897 375872fdadba
permissions -rw-r--r--
log: do not use exact matcher for --patch --follow without file (issue4319) e2530d4a47c1 is valid only if file argument is specified. If no pattern specified, it can simply fall back to the original matcher.

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