aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui/util
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 /libbe/ui/util
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 'libbe/ui/util')
-rw-r--r--libbe/ui/util/user.py4
1 files changed, 1 insertions, 3 deletions
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 <jdoe@example.com>'. Note that the
-:py:mod:`libbe.storage.vcs.arch <Arch VCS backend>` *enforces* IDs with
-this format.
+IDs will look like 'John Doe <jdoe@example.com>'.
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