[PATCH] commit: propagate --secret option to subrepos (issue4182)

Sean Farley sean.michael.farley at gmail.com
Mon Mar 17 21:02:26 CDT 2014


Jordi Gutiérrez Hermoso <jordigh at octave.org> writes:

> # HG changeset patch
> # User Jordi Gutiérrez Hermoso <jordigh at octave.org>
> # Date 1395082633 14400
> #      Mon Mar 17 14:57:13 2014 -0400
> # Node ID da00652364a5702c181c3e9e3691c47c051f690a
> # Parent  b93791e0de25ac0090d66fa04f956414b572a739
> commit: propagate --secret option to subrepos (issue4182)
>
> Before this patch, `hg commit --secret` was not getting propagated
> correctly, and subrepos were not getting the commit in the secret
> phase. The problem is that subrepos get their ui from the base repo's
> baseui object and ignore the ui object passed on to them. This sets
> and restores both ui objects with the appropriate option.

hg email --flag V2


More information about the Mercurial-devel mailing list