tests/test-hg-parseurl.py.out
author Yuya Nishihara <yuya@tcha.org>
Sun, 17 Apr 2016 13:06:44 +0900
changeset 29074 e7c679738503
parent 13897 375872fdadba
permissions -rw-r--r--
revset: define _parsealias() in _aliasrules class It's short. It doesn't make sense to define _parsealias() outside of the class.

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