comparison mercurial/dagutil.py @ 20826:dd2e25e49862 stable

dispatch: only do __import__(debugger) when a debugger is requested When having ui.debugger=somedebugger in one's ~/.hgrc, this then somedebugger would be imported for every hg command. With this patch, this import only happens if the --debugger parameter is passed.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 07 Mar 2014 14:06:52 -0500
parents 34d4a037dced
children ce8cea923a6c
comparison
equal deleted inserted replaced
20825:dda11e799529 20826:dd2e25e49862