tests/test-hg-parseurl.py.out
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Sun, 09 Apr 2017 18:16:09 +0200
changeset 31861 6d055cd6669f
parent 13897 375872fdadba
permissions -rw-r--r--
bundle2: add documention to 'part.addparams' There are some non-obvious limitations on the parameters of this method. Add some documentation where people will likely look to understand how to use this API.

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