From ee93af6d5fdd64657ff8d316e1571127c4048a1f Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Thu, 25 Aug 2022 09:48:31 +0200 Subject: [PATCH] Remove deprecated 'rlog' command --- osc/commandline.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/osc/commandline.py b/osc/commandline.py index e17f3201..a48f843d 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -6818,19 +6818,6 @@ Please submit there instead, or use --nodevelproject to force direct submission. print_jobhistory(apiurl, project, package, repository, arch, format, opts.limit) - @cmdln.hide() - def do_rlog(self, subcmd, opts, *args): - """ - Obsolete command to show commit logs. Use 'log' now - - See the help output of 'log'. - """ - - print("This command is obsolete. Use 'osc log'.", file=sys.stderr) - print("See 'osc help log'.", file=sys.stderr) - return 2 - - @cmdln.option('-r', '--revision', metavar='rev', help='show log of the specified revision') @cmdln.option('', '--csv', action='store_true',