Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在一个 mercurial 项目中默认创建“秘密”提交而不是“草稿”提交。有什么方法可以配置 mercurial 以使默认阶段是“秘密”而不是“草稿”?
从hg help phases
hg help phases
To make yours commits secret by default, put this in your configuration file: [phases] new-commit = secret