Is there a bug/issue tracking system which integrates with Mercurial?

后端 未结 12 892
不知归路
不知归路 2021-01-31 05:25

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

12条回答
  •  不思量自难忘°
    2021-01-31 05:39

    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.

提交回复
热议问题