From fc6d278bedc485751a5491784f104539f18e044c Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 25 Oct 2017 17:46:05 -0700 Subject: 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. --- doc/spam.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc/spam.txt') diff --git a/doc/spam.txt b/doc/spam.txt index 80a43ff..523f0c2 100644 --- a/doc/spam.txt +++ b/doc/spam.txt @@ -10,8 +10,6 @@ through you interface, you can (sometimes) remove the offending commit If the offending commit is the last commit ========================================== -+-------+--------------------------------------------------------------+ -| arch | | +-------+--------------------------------------------------------------+ | bzr | bzr uncommit && bzr revert | +-------+--------------------------------------------------------------+ @@ -27,8 +25,6 @@ If the offending commit is the last commit If the offending commit is not the last commit ============================================== -+----------+-----------------------------------------------+ -| arch | | +----------+-----------------------------------------------+ | bzr [#]_ | bzr rebase -r ..-1 --onto before:XYZ . | +----------+-----------------------------------------------+ -- cgit