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.
相关问题
- Spring Integration - Inbound file endpoint. How to
- How can I set the SVN password with Emacs 23.1 bui
- Mercurial compared to private branches in SVN
- How to abandon all Mercurial changes that haven
- Windows permissions on a directory: Mercurial - hg
相关文章
- Mercurial Commit Charts / Graphs [closed]
- What is the tortoisehg gui equivalent of doing “hg
- How to use Mercurial from Visual Studio 2010?
- Is there a version control system abstraction for
- Mercurial discard local changes of a file or group
- Mercurial .hgignore Negative Lookahead
- How to see a mercurial difference
- Integrate ITK (Insight Toolkit) into own project
If you're open to another suggestion, you can try Artemis.
Though I haven't used it yet, it looks easy enough.
Mantis has a beta integration for Mercurial: blog-post and code.
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.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.
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
There's a BugzillaExtension for adding a comment to a Bugzilla bug each time you mention its number.