"secret"可以设置为mercurial的默认phase吗?

Can "secret" be set to the default phase of mercurial?

我想在 Mercurial 项目中默认创建 "secret" 提交而不是 "draft" 提交。有什么方法可以配置 Mercurial,以便默认阶段是 "secret" 而不是 "draft"?

来自hg help phases

To make yours commits secret by default, put this in your configuration
file:

  [phases]
  new-commit = secret