changeset 39281 | dd6bc2509bdc |
parent 39279 | cb9cf42c902f |
child 39282 | 828a45233036 |
--- a/mercurial/debugcommands.py Mon Aug 20 23:06:47 2018 +0000 +++ b/mercurial/debugcommands.py Mon Aug 20 23:08:57 2018 +0000 @@ -556,7 +556,7 @@ file_, rev = None, file_ elif rev is None: raise error.CommandError('debugdata', _('invalid arguments')) - r = cmdutil.openrevlog(repo, 'debugdata', file_, opts) + r = cmdutil.openstorage(repo, 'debugdata', file_, opts) try: ui.write(r.revision(r.lookup(rev), raw=True)) except KeyError: