aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthew Fernandez <matthew.fernandez@gmail.com>2017-10-25 17:46:05 -0700
committerMatthew Fernandez <matthew.fernandez@gmail.com>2017-10-25 17:46:05 -0700
commitfc6d278bedc485751a5491784f104539f18e044c (patch)
treec175e99e42831034988f7bdc92f6b2e39a45a91a /doc
parent8866e4afc744789c75c8a2df46f9299b6d1a1ea6 (diff)
downloadbugseverywhere-fc6d278bedc485751a5491784f104539f18e044c.tar.gz
remove support for Arch
The last release of GNU Arch was in 2006, over ten years ago at time of writing. GNU suggests users should migrate repositories to Bazaar. This commit removes all support for Arch to reduce ongoing maintenance overheads.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.txt3
-rw-r--r--doc/spam.txt4
-rw-r--r--doc/tutorial.txt3
3 files changed, 2 insertions, 8 deletions
diff --git a/doc/index.txt b/doc/index.txt
index 7eb19b7..d52e7ce 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -2,11 +2,10 @@ 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
+control. It works with 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/
diff --git a/doc/spam.txt b/doc/spam.txt
index 80a43ff..523f0c2 100644
--- a/doc/spam.txt
+++ b/doc/spam.txt
@@ -11,8 +11,6 @@ If the offending commit is the last commit
==========================================
+-------+--------------------------------------------------------------+
-| arch | |
-+-------+--------------------------------------------------------------+
| bzr | bzr uncommit && bzr revert |
+-------+--------------------------------------------------------------+
| darcs | darcs obliterate --last=1 |
@@ -28,8 +26,6 @@ If the offending commit is not the last commit
==============================================
+----------+-----------------------------------------------+
-| arch | |
-+----------+-----------------------------------------------+
| bzr [#]_ | bzr rebase -r <XYZ+1>..-1 --onto before:XYZ . |
+----------+-----------------------------------------------+
| darcs | darcs obliterate --matches 'name XYZ' |
diff --git a/doc/tutorial.txt b/doc/tutorial.txt
index a3452fc..443ac2a 100644
--- a/doc/tutorial.txt
+++ b/doc/tutorial.txt
@@ -75,7 +75,7 @@ will give help on the ``init`` command.
Initialization
--------------
-You're happily coding in your Arch_ / Bazaar_ / Darcs_ / Git_ /
+You're happily coding in your Bazaar_ / Darcs_ / Git_ /
Mercurial_ / Monotone_ versioned project and you discover a bug.
You think, "Hmm, I'll need a simple way to track these things". This
is where BE comes in. One of the benefits of distributed versioning
@@ -95,7 +95,6 @@ be versioned starting with your next commit. See::
for specific details about where the ``.be`` directory will end up
if you call it from a directory besides your project's root.
-.. _Arch: http://www.gnu.org/software/gnu-arch/
.. _Bazaar: http://bazaar.canonical.com/
.. _Darcs: http://darcs.net/
.. _Git: http://git-scm.com/