upgrade: split definition and management of the actions from the main code
This is a second step to clarify and clean up this code. The code responsible for definition which action exist, are possible and their compatibility if moved into a sub module. This clarify the main code and prepare further cleanup. Differential Revision: https://phab.mercurial-scm.org/D9477
Showing
- hgext/largefiles/overrides.py 6 additions, 3 deletionshgext/largefiles/overrides.py
- hgext/lfs/wrapper.py 6 additions, 4 deletionshgext/lfs/wrapper.py
- mercurial/upgrade.py 31 additions, 665 deletionsmercurial/upgrade.py
- mercurial/upgrade_utils/actions.py 4 additions, 350 deletionsmercurial/upgrade_utils/actions.py
Loading
Please register or sign in to comment