D1701: logtoprocess: add the possibility to not popup a console

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Fri Dec 15 09:01:49 EST 2017


yuja added a comment.


  > but could have other side-effects so it kept under a config knob.
  
  My two cents, `experimental.*` might be better if the config knob exists as
  a workaround for an unknown bug.

INLINE COMMENTS

> logtoprocess.py:66
> +            if createconsole:
> +                creationflags = subprocess.CREATE_NEW_CONSOLE
> +            else:

Can we add `CREATE_NEW_PROCESS_GROUP` ?

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D1701

To: lothiraldan, #hg-reviewers
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list