Mercurial > public > mercurial-scm > hg-stable
diff tests/test-completion.t @ 23762:0390cc327dd5
debugnamecomplete: rename from debuglabelcomplete
Now that we have decided on the use of 'name' instead of 'label' we rename this
function accordingly.
The old method 'debuglabelcomplete' has been left as a deprecated command so
that current scripts don't break.
author | Sean Farley <sean.michael.farley@gmail.com> |
---|---|
date | Fri, 17 Oct 2014 13:41:29 -0700 |
parents | 7cfe58983bff |
children | 4cb8002658d6 |
line wrap: on
line diff
--- a/tests/test-completion.t Mon Dec 22 09:07:37 2014 -0800 +++ b/tests/test-completion.t Fri Oct 17 13:41:29 2014 -0700 @@ -90,6 +90,7 @@ debugknown debuglabelcomplete debuglocks + debugnamecomplete debugobsolete debugpathcomplete debugpushkey @@ -247,6 +248,7 @@ debugknown: debuglabelcomplete: debuglocks: force-lock, force-wlock + debugnamecomplete: debugobsolete: flags, record-parents, rev, date, user debugpathcomplete: full, normal, added, removed debugpushkey: @@ -321,16 +323,16 @@ $ hg debugpathcomplete -r F Fum -Test debuglabelcomplete +Test debugnamecomplete - $ hg debuglabelcomplete + $ hg debugnamecomplete Fum default fee fie fo tip - $ hg debuglabelcomplete f + $ hg debugnamecomplete f fee fie fo