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
Showing
- mercurial/config.py 0 additions, 90 deletionsmercurial/config.py
- mercurial/ui.py 2 additions, 2 deletionsmercurial/ui.py
- mercurial/utils/stringutil.py 90 additions, 0 deletionsmercurial/utils/stringutil.py
- rust/hg-core/src/config/config.rs 5 additions, 4 deletionsrust/hg-core/src/config/config.rs
- tests/test-doctest.py 0 additions, 1 deletiontests/test-doctest.py
Loading
Please register or sign in to comment