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

后端 未结 12 1077
不知归路
不知归路 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:53

    BugTracker.NET now supports Mercurial integration in the same way it supports Subversion and git. BugTracker.NET is a free, open source, ASP.NET bug tracking system.

    Other free, open source bug trackers that support Mercurial:

    • Trac - http://trac.edgewall.org/wiki/TracMercurial
    • Redmine - http://www.redmine.org/wiki/1/RedmineRepositories
    • Roundup - https://www.mercurial-scm.org/wiki/Hook. The Mercurial development team themselves use Roundup.

提交回复
热议问题