tests/test-hg-parseurl.py.out
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 25 May 2017 19:38:00 +0200
changeset 32491 f2116efd2c3a
parent 13897 375872fdadba
permissions -rw-r--r--
test: add isolated prune case (to test-obsolete-bundle-strip.t) This adds a test where the prune marker is not related to any other obsmarkers.

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