dispatch: move command dispatching into its own module
- move command dispatching functions from commands and cmdutil to dispatch - change findcmd to take a table argument - remove circular import of commands in cmdutil - privatize helper functions in dispatch
Showing
- hg 2 additions, 2 deletionshg
- hgext/alias.py 1 addition, 1 deletionhgext/alias.py
- mercurial/cmdutil.py 8 additions, 373 deletionsmercurial/cmdutil.py
- mercurial/commands.py 4 additions, 15 deletionsmercurial/commands.py
- mercurial/dispatch.py 390 additions, 0 deletionsmercurial/dispatch.py
- tests/test-dispatch.py 10 additions, 10 deletionstests/test-dispatch.py
- tests/test-ui-config 2 additions, 2 deletionstests/test-ui-config
Loading
Please register or sign in to comment