comparison tests/test-help.t @ 48876:42d2b31cee0b

tests: remove from __future__ from inline Python in tests This is no longer required since we require Python 3 and the linter no longer requires these statements. Differential Revision: https://phab.mercurial-scm.org/D12255
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Feb 2022 15:28:44 -0700
parents 6e559391f96e
children a932cad26d37
comparison
equal deleted inserted replaced
48875:6000f5b25c9b 48876:42d2b31cee0b
1790 > This paragraph is omitted, 1790 > This paragraph is omitted,
1791 > if :hg:\`help\` is invoked without \`\`-v\`\` (for extension) 1791 > if :hg:\`help\` is invoked without \`\`-v\`\` (for extension)
1792 > 1792 >
1793 > This paragraph is never omitted, too (for extension) 1793 > This paragraph is never omitted, too (for extension)
1794 > ''' 1794 > '''
1795 > from __future__ import absolute_import
1796 > from mercurial import commands, help 1795 > from mercurial import commands, help
1797 > testtopic = br"""This paragraph is never omitted (for topic). 1796 > testtopic = br"""This paragraph is never omitted (for topic).
1798 > 1797 >
1799 > .. container:: verbose 1798 > .. container:: verbose
1800 > 1799 >