Mercurial > public > mercurial-scm > hg-stable
diff mercurial/debugcommands.py @ 49289:223d55086d7c
cleanup: rename some functions to avoid redefinitions
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Sun, 29 May 2022 12:25:24 +0200 |
parents | a321304269cf |
children | d44e3c45f0e4 |
line wrap: on
line diff
--- a/mercurial/debugcommands.py Sat May 28 22:08:13 2022 +0200 +++ b/mercurial/debugcommands.py Sun May 29 12:25:24 2022 +0200 @@ -2806,7 +2806,7 @@ [(b'r', b'rev', b'', _(b'revision to debug'), _(b'REV'))], _(b'[-r REV]'), ) -def debugp1copies(ui, repo, **opts): +def debugp2copies(ui, repo, **opts): """dump copy information compared to p2""" opts = pycompat.byteskwargs(opts)