您协调 Pivotal Tracker 与 Mercurial 的工作流程是什么?
我想在新项目中使用 Pivotal Tracker,但我不知道如何将它与 Mercurial 一起使用来制作从一种工具转到另一种工具很容易。
您使用什么工作流程将 Pivotal Tracker 中的用户故事/功能与 DVCS (Mercurial/Git) 链接起来?
预先感谢您的建议。
I want to use Pivotal Tracker for a new project but I don't know how to use it with Mercurial to make it easy to go from one tool to the other.
What workflow do you use to link user stories/feature in Pivotal Tracker with your DVCS (Mercurial/Git)?
Thanks in advance for your advices.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果有人仍在寻找答案,那么存在一项服务,允许 Mercurial 用户在提交消息中使用诸如
[#story_id finish]
之类的语法连接到关键跟踪器。 Bitbucket 也允许这种集成。链接: https://bitbucket.org/proppy/hgpivotal/src/tip/ hgpivotal.py
If someone is still looking for an answer, there exists a service which allows mercurial users to connect to pivotal tracker using a syntax like
[#story_id finished]
in their commit messages. Bitbucket allows for this integration as well.Links: https://bitbucket.org/proppy/hgpivotal/src/tip/hgpivotal.py
您应该使用 Post-Commit Hooks 链接这两个工具:
这些挂钩存在于 Git,并且应该为 Mercurial 编写。
You should use Post-Commit Hooks to link the two tools:
Those hooks exists for Git, and should be written for Mercurial.