tests/test-hg-parseurl.py.out
author Sean Farley <sean.michael.farley@gmail.com>
Fri, 25 Jul 2014 19:36:01 -0500
changeset 22072 443ef664fb55
parent 13897 375872fdadba
permissions -rw-r--r--
memctx: create a filectxfn if it is not callable This will allow future patches to construct a memctx based on another context or any other store-type object.

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