blob: 7745d0cbb91cb406c11ddb3747728646954f12c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
Welcome to the bugs-everywhere documentation!
=============================================
Bugs Everywhere (BE) is a bugtracker built on distributed version
control. It works with Arch_, Bazaar_, Darcs_, Git_, Mercurial_, and
Monotone_ at the moment, but is easily extensible. It can also
function with no VCS at all.
.. _Arch: http://www.gnu.org/software/gnu-arch/
.. _Bazaar: http://bazaar.canonical.com/
.. _Darcs: http://darcs.net/
.. _Git: http://git-scm.com/
.. _Mercurial: http://mercurial.selenic.com/
.. _Monotone: http://www.monotone.ca/
The idea is to package the bug information with the source code, so
that bugs can be marked "fixed" in the branches that fix them.
Contents:
.. toctree::
:maxdepth: 2
install
tutorial
email
http
distributed_bugtracking
power
hacking
spam
libbe/libbe
doc
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|