tests/test-hg-parseurl.py.out
author Markus F.X.J. Oberhumer <markus@oberhumer.com>
Wed, 23 Mar 2011 02:33:24 +0100
changeset 13732 afe9269dccec
parent 11322 3d6915f5a2bb
child 13897 375872fdadba
permissions -rw-r--r--
bdiff.c: rename all variables which hold a hash value to "hash"

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