tests/test-hg-parseurl.py.out
author Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Thu, 01 Sep 2016 13:16:55 -0500
branchstable
changeset 29851 ccd436f7db6d
parent 13897 375872fdadba
permissions -rw-r--r--
bundle2: localize handleoutput remote prompts Code archaeology suggests that there was no good reason for this not to be localized. 'remote: ' is already localized elsewhere.

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