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/ui/util/user.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbe/ui/util') diff --git a/libbe/ui/util/user.py b/libbe/ui/util/user.py index 8b0f3e0..5306593 100644 --- a/libbe/ui/util/user.py +++ b/libbe/ui/util/user.py @@ -18,9 +18,7 @@ """Tools for getting, setting, creating, and parsing the user's ID. -IDs will look like 'John Doe '. Note that the -:py:mod:`libbe.storage.vcs.arch ` *enforces* IDs with -this format. +IDs will look like 'John Doe '. Do not confuse the user IDs discussed in this module, which refer to humans, with the "user IDs" discussed in :py:mod:`libbe.util.id`, which -- cgit