blob: 30b0318b06e517ef9f92c472aa0a5f565a8ce8f6 (
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
|
Welcome to the bugs-everywhere documentation!
=============================================
Bugs Everywhere (BE) is a bugtracker built on distributed version
control. It works with Arch_, Bazaar_, Darcs_, Git_, and Mercurial_
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/
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.txt
tutorial.txt
email.txt
html.txt
distributed_bugtracking.txt
hacking.txt
spam.txt
libbe/libbe.txt
doc.txt
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|