Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 30935:e46533c3201e
debugcommands: move 'debuglabelcomplete' in the new module
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 01 Feb 2017 17:39:31 +0100 |
parents | e1fa5fe9f9d4 |
children | 8de38479d60b |
line wrap: on
line diff
--- a/mercurial/commands.py Mon Feb 13 20:47:41 2017 -0800 +++ b/mercurial/commands.py Wed Feb 01 17:39:31 2017 +0100 @@ -1863,11 +1863,6 @@ with repo.wlock(False): return cmdutil.copy(ui, repo, pats, opts) -@command('debuglabelcomplete', [], _('LABEL...')) -def debuglabelcomplete(ui, repo, *args): - '''backwards compatibility with old bash completion scripts (DEPRECATED)''' - debugnamecomplete(ui, repo, *args) - @command('debugmergestate', [], '') def debugmergestate(ui, repo, *args): """print merge state