view tests/test-hg-parseurl.py.out @ 19349:e731da3ee766 stable

i18n-da: remove extra trailing newline and fix translation Thanks to Timeless for flagging the extra newline.
author Martin Geisler <martin@geisler.net>
date Tue, 25 Jun 2013 18:45:32 -0400
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', [])