Is there a bug/issue tracking system which integra

2019-03-08 16:01发布

I've used Trac/Subversion before and really like the integration. My current project is using Mercurial for distributed development and it'd be nice to be able to track issues/bugs and have this be integrated with Mercurial. I realized this could be tricky with the nature of DVCS.

12条回答
狗以群分
2楼-- · 2019-03-08 16:04

If you're open to another suggestion, you can try Artemis.

Though I haven't used it yet, it looks easy enough.

查看更多
够拽才男人
3楼-- · 2019-03-08 16:05

Mantis has a beta integration for Mercurial: blog-post and code.

查看更多
Emotional °昔
4楼-- · 2019-03-08 16:05

I just put together a command-line bug tracker called b for Mercurial which, although it's not as powerful as Trac and the like, is exactly what a lot of situations call for. It's best feature is how easy it is to set up - install the Mercurial extension, and all your repos have a bug tracker at their disposal. I find this incredibly useful on smaller projects that I can't/don't want to set up with a fully fledged tracker living on a server somewhere, just hg b and go.

查看更多
狗以群分
5楼-- · 2019-03-08 16:08

TracMercurial integrates Trac with Mercurial. Assembla provides free Mercurial hosting with Trac integration.

The idea is that you have a central repository as your master and upload all the subsidiary changes from local repositories into the main one.

查看更多
叼着烟拽天下
6楼-- · 2019-03-08 16:09

I recently developed a Trac plugin that integrates some Mercurial functionality that TracMercurial Plugin doesn't support yet, it's called TracMercurialChangesetPlugin. It allows you to search in your changesets, to have the cache synced, to view a changelog in your related tickets...

You can read about it at http://tumblr.com/x8tg5xbsh

查看更多
聊天终结者
7楼-- · 2019-03-08 16:15

There's a BugzillaExtension for adding a comment to a Bugzilla bug each time you mention its number.

查看更多
登录 后发表回答