diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2017-10-26 07:44:59 +0000 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2017-10-26 07:44:59 +0000 |
commit | 6f03fbb005da75cd022e4a0d7eed1df1070b3974 (patch) | |
tree | 1fff52bd34beeaa66b13fbccd6beda183b641cab /libbe/ui | |
parent | 8866e4afc744789c75c8a2df46f9299b6d1a1ea6 (diff) | |
parent | c2102e1b36a24c86447159302419328d9529f013 (diff) | |
download | bugseverywhere-6f03fbb005da75cd022e4a0d7eed1df1070b3974.tar.gz |
Merge branch '3679a345-f339-449f-9808-8ba0313440ca' into 'master'
Remove Arch support
See merge request bugseverywhere/bugseverywhere!7
Diffstat (limited to 'libbe/ui')
-rw-r--r-- | libbe/ui/util/user.py | 4 |
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 |