tests/test-hg-parseurl.py.out
author Simon Farnsworth <simonfar@fb.com>
Sat, 08 Oct 2016 02:26:48 -0700
changeset 30088 d1f5f158768e
parent 13897 375872fdadba
permissions -rw-r--r--
template: provide a termwidth keyword (issue5395) We want to provide terminal-sized output. As a starting point, expose the terminal width to the templater for use in things like fill.

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