repoview: move subsettable in a dedicated module
The dictionary got moved in `branchmap` to avoid import cycle. However, we are about to needs it in repoview too. So we introduce a now module to define that that mapping.
Showing
- contrib/perf.py 6 additions, 1 deletioncontrib/perf.py
- mercurial/branchmap.py 3 additions, 14 deletionsmercurial/branchmap.py
- mercurial/repoview.py 4 additions, 4 deletionsmercurial/repoview.py
- mercurial/utils/repoviewutil.py 22 additions, 0 deletionsmercurial/utils/repoviewutil.py
- tests/check-perf-code.py 1 addition, 1 deletiontests/check-perf-code.py
Loading
Please register or sign in to comment