view tests/test-hg-parseurl.py.out @ 18938:e22107cff6bf

util: add notindexed optional parameter to makedirs function
author Angel Ezquerra <angel.ezquerra@gmail.com>
date Sat, 16 Feb 2013 11:44:13 +0100
parents 375872fdadba
children
line wrap: on
line source

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