changeset 31411 | ea0395eec67b |
parent 31249 | 9cdba6072b97 |
child 31460 | 53865692a354 |
--- a/mercurial/debugcommands.py Mon Mar 13 13:06:37 2017 -0700 +++ b/mercurial/debugcommands.py Tue Mar 14 13:10:30 2017 -0700 @@ -1127,7 +1127,7 @@ @command('debuglabelcomplete', [], _('LABEL...')) def debuglabelcomplete(ui, repo, *args): '''backwards compatibility with old bash completion scripts (DEPRECATED)''' - commands.debugnamecomplete(ui, repo, *args) + debugnamecomplete(ui, repo, *args) @command('debuglocks', [('L', 'force-lock', None, _('free the store lock (DANGEROUS)')),