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. --- libbe/command/diff.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'libbe/command') diff --git a/libbe/command/diff.py b/libbe/command/diff.py index 1e9c396..1368654 100644 --- a/libbe/command/diff.py +++ b/libbe/command/diff.py @@ -138,8 +138,6 @@ tree, and prints a pretty report. If REVISION is given, it is a specifier for the particular previous tree to use. Specifiers are specific to their storage backend. -For Arch your specifier must be a fully-qualified revision name. - Besides the standard summary output, you can use the options to output UUIDS for the different categories. This output can be used as the input to 'be show' to get an understanding of the current status. -- cgit