Questions tagged [bugs-everywhere]

Bugs Everywhere is a “distributed bugtracker”, designed to complement distributed revision control systems. By using distributed revision control as a backend for bug state, we gain several convenient features:

Bugs Everywhere is a “distributed bugtracker”, designed to complement distributed revision control systems. It uses distributed revision control as a backend for bug state.

Current features

  • Command-line (be) interface
  • Supported version control backends: Arch, Bazaar, Darcs, Git, Mercurial, Monotone.
  • Static HTML bug repository dumps for online browsing.
  • Live HTML bug repository views for online browsing.
  • Web interface, created by Steve Losh.
  • Interactive email interface via procmail.
  • Free software licensed under the GNU GPLv2 or later
1 questions
2
votes
1 answer

Commit-hook: mark "bugs-everywhere" issue mentioned in the message as done

I use git and bugs-everywhere in my project. If you don't know the latter, it's a simple text file based issue tracker, i.e. bugs are simply files, and modifying them is done with the command-line tool be. The files themselves are stored in the git…
leemes
  • 44,967
  • 21
  • 135
  • 183