gpt4 book ai didi

mercurial - 在 Mercurial 中,有没有办法通过克隆/拉/推来保存/提交未完成的更改但其他人无法使用?

转载 作者:行者123 更新时间:2023-12-02 07:41:17 26 4
gpt4 key购买 nike

我经常发现自己处于这样一种情况,即在完成当前正在处理的更改之前,我需要切换到另一项更改。我想知道在 Mercurial 中是否有一种方法可以保存/提交我未完成的更改,这对其他人不可用(即不可克隆/不可推/不可拉)。

最佳答案

Mercurial phases可能是这个问题的答案。

从 Mercurial v2.1 开始,您可以将 mq 变更集配置为自动标记为 secretsecret 变更集被传入/拉取和传出/推送命令忽略。

要启用此行为,您需要将以下内容添加到您的配置中:

[mq]
secret = True

一旦启用,它的行为如下:

$ hg qpush --all
applying my-patch
now at: my-patch

$ hg phase -r .
16873: secret

$ hg outgoing
comparing with https://www.mercurial-scm.org/repo/hg
searching for changes
no changes found (ignored 1 secret changesets)

关于mercurial - 在 Mercurial 中,有没有办法通过克隆/拉/推来保存/提交未完成的更改但其他人无法使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10981167/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com