提交消息检查脚本/程序
我想使用版本控制(mercurial)设置我的 IDE(qt 创建者)。在选项页面上,我被要求提供“提交消息检查脚本”。这个脚本是我正在使用的 TortoiseHG 附带的还是它的一部分Qt Creator IDE 的?
I want to setup my IDE(qt creator) with version control(mercurial).On the options page,i am asked to provide the "Submit message check script".Does this script come with the TortoiseHG that i am using or is it part of the qt creator ide?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
重新启动计算机后,Qtcreator 上的 Mercurial 开始工作。安装 TortoiseSVN 时,我记得必须重新启动计算机,我认为这同样适用于 TortoiseHG。
Mercurial on Qtcreator started to work after restarting the computer. When installing TortoiseSVN, i do recall having to restart the computer, i think the same applies for TortoiseHG.
据我所知,没有提供提交消息检查脚本,并且将此字段留空是安全的。
提交消息检查脚本不是必需的,除非您想要创建一个脚本来检查提交消息是否有错误,并在它们不符合您的内部标准时取消提交。
http://doc.qt .digia.com/qtcreator-2.1/creator-version-control.html#setting-up-common-options 如此描述:
“提交消息检查脚本是一个脚本或程序,可用于在提交之前对提交消息进行检查。提交消息作为脚本的第一个参数传入。如果出现错误,脚本应按标准输出一条消息错误并返回非零退出代码。”
No submit message check script is provided, far as I know, and it is safe to leave this field blank.
The submit message check script is not required, unless you want to make a script that will check your submit messages for errors, and cancel the commit if they are not compliant with your in-house standards.
http://doc.qt.digia.com/qtcreator-2.1/creator-version-control.html#setting-up-common-options describes it thus:
"Submit message check script is a script or program that can be used to perform checks on the submit message before submitting. The submit message is passed in as the script's first parameter. If there is an error, the script should output a message on standard error and return a non-zero exit code."