comparison tests/test-doctest.py @ 47189:b0e92313107e

parselist: move the function from config to stringutil We move the function in a lower level module to avoid cycle. It moves next to `parsebool` who had to migrate for the same reasons. Differential Revision: https://phab.mercurial-scm.org/D10449
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 16 Apr 2021 01:18:28 +0200
parents ffd3e823a7e5
children 46d12f7762e4
comparison
equal deleted inserted replaced
47188:353718f741a8 47189:b0e92313107e
129 ('hgext.fix', '{}'), 129 ('hgext.fix', '{}'),
130 ('hgext.mq', '{}'), 130 ('hgext.mq', '{}'),
131 ('mercurial.changelog', '{}'), 131 ('mercurial.changelog', '{}'),
132 ('mercurial.cmdutil', '{}'), 132 ('mercurial.cmdutil', '{}'),
133 ('mercurial.color', '{}'), 133 ('mercurial.color', '{}'),
134 ('mercurial.config', '{}'),
135 ('mercurial.dagparser', "{'optionflags': 4}"), 134 ('mercurial.dagparser', "{'optionflags': 4}"),
136 ('mercurial.encoding', '{}'), 135 ('mercurial.encoding', '{}'),
137 ('mercurial.fancyopts', '{}'), 136 ('mercurial.fancyopts', '{}'),
138 ('mercurial.formatter', '{}'), 137 ('mercurial.formatter', '{}'),
139 ('mercurial.hg', '{}'), 138 ('mercurial.hg', '{}'),