dbug - Distributed bug tracking
dbug is a tool to track bugs alongside source code, with a focus on distributed version control systems. Different from ticgit and git-issues, dbug is designed to fully leverage source control branches as branches of bugs. Merging should also merge issues. As such, dbug does not work on a private reserved branch, instead having an overlay directory of defects and tasks. Storage in dbug is designed to be mergeable and human editable, and as such leverages YAML.
There is no release available of dbug at this time. Bugs can be created and shown in the current implementation.
Repository
dbug development is tracked in git. To clone:
git clone git://git.stackfoundry.com/dbug.git
