view hgext/__init__.py @ 20772:03774a2b6991 stable

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.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 17 Mar 2014 14:57:13 -0400
parents 7d439981bec4
children 155e3308289c
line wrap: on
line source

# placeholder