Mercurial > hg
diff mercurial/match.py @ 19639:09573ad59f7b
dispatch: move command line --config argument parsing to _runcatch()
Previously, command line parsing of --config arguments was done in
_dispatch. This means that it takes place after activating the debugger. In an
upcoming patch, we will add a ui.debugger setting so we need to have this
parsing done before _runcatch.
author | Sean Farley <sean.michael.farley@gmail.com> |
---|---|
date | Sat, 13 Jul 2013 16:33:07 -0500 |
parents | facd906caeeb |
children | 681f7b9213a4 |