mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-26 06:46:13 +01:00
Remove deprecated 'rlog' command
This commit is contained in:
parent
c7df2a154b
commit
ee93af6d5f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user