tests/test-hg-parseurl.py.out
author Pradeepkumar Gayam <in3xes@gmail.com>
Tue, 17 Aug 2010 08:38:31 +0530
changeset 11940 106311e7740f
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
tests: unify test-copy2

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