Mercurial > public > mercurial-scm > hg-stable
diff tests/test-completion.t @ 31411:ea0395eec67b
debuglabelcomplete: fix to call debugnamecomplete in new location
debugnamecomplete was moved in a9aa67ba from commands to debugcommands, but
debuglabelcomplete was not modified to call it in its new location.
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Tue, 14 Mar 2017 13:10:30 -0700 |
parents | fad5e299cfc7 |
children | fde4822b0102 |
line wrap: on
line diff
--- a/tests/test-completion.t Mon Mar 13 13:06:37 2017 -0700 +++ b/tests/test-completion.t Tue Mar 14 13:10:30 2017 -0700 @@ -358,3 +358,18 @@ fee fie fo + +Test debuglabelcomplete, a deprecated name for debugnamecomplete that is still +used for completions in some shells. + + $ hg debuglabelcomplete + Fum + default + fee + fie + fo + tip + $ hg debuglabelcomplete f + fee + fie + fo