[PATCH 3 of 3] chgserver: print traceback if --traceback flag is passed to validate

Yuya Nishihara yuya at tcha.org
Wed Mar 23 10:47:20 EDT 2016


On Tue, 22 Mar 2016 08:54:49 -0700, Jun Wu wrote:
> On 03/22/2016 08:42 AM, Yuya Nishihara wrote:
> > junw: there's a bug. --traceback flag persists because it isn't unset by
> > dispatch.
> 
> I think it's related to fixconfig(). I have a plan to replace ui.debugflag,
> ui.verbose, ui.quiet, ui..tracebackflag with @property. And eventually kill
> ui.fixconfig().

Yeah, that will solve the issue, but I think we'll need a temporary fix.
Because chg.c sends --traceback to the main server, it is different from the
other verbosity flags.


More information about the Mercurial-devel mailing list