忘记在 Mercurial 提交描述中包含信息

发布于 2024-09-05 17:10:29 字数 212 浏览 3 评论 0原文

如果您在 Mercurial 中进行提交:

hg commit -m "an incomplete description of the commit"

您可以选择哪些选项来更正提交描述? 我应该立即再次提交完整的描述吗?

edit

实际上,如果没有进行任何更改,您就无法提交。

If you make a commit in mercurial:

hg commit -m "an incomplete description of the commit"

what are your options for correcting the commit description? Should I just immediately commit again with the complete description?

edit

Actually, you can't commit without something having changed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

记忆消瘦 2024-09-12 17:10:29

使用

hg rollback

它完全撤消最后一次提交。然后您可以使用正确的消息重新提交。

Use

hg rollback

It undoes the last commit completely. You can then recommit with a proper message.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文