aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-01-04 13:38:04 -0500
committerMatt Turner <mattst88@gentoo.org>2021-01-04 13:43:48 -0500
commitbcb81589c94c416aa460100092f1c2c76c013a93 (patch)
tree93b42b1334fcb6e23bad8b75117720e07dc3977e /pym/gentoolkit/equery/__init__.py
parentgentoolkit: Remove gentoolkit.test.cmp (diff)
downloadgentoolkit-bcb81589c94c416aa460100092f1c2c76c013a93.tar.gz
gentoolkit-bcb81589c94c416aa460100092f1c2c76c013a93.tar.bz2
gentoolkit-bcb81589c94c416aa460100092f1c2c76c013a93.zip
equery: Remove 'changes' subcommand
ChangeLogs have been gone from gentoo.git since the beginning, and Council agreed in 2016 to allow Infra to decide whether to distribute them through rsync, which they have decided not to do [1]. [1] https://projects.gentoo.org/council/meeting-logs/20160410-summary.txt Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'pym/gentoolkit/equery/__init__.py')
-rw-r--r--pym/gentoolkit/equery/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/gentoolkit/equery/__init__.py b/pym/gentoolkit/equery/__init__.py
index 4640086..677f534 100644
--- a/pym/gentoolkit/equery/__init__.py
+++ b/pym/gentoolkit/equery/__init__.py
@@ -42,7 +42,6 @@ __authors__ = (
NAME_MAP = {
'b': 'belongs',
- 'c': 'changes',
'k': 'check',
'd': 'depends',
'g': 'depgraph',