comparison tests/test-transplant.t @ 20269:acb6cceaffd5

transplant: use "ui.extractchoices()" to show the list of available responses Before this patch, transplant extension shows the list of available responses by specific string, even though the prompt string passed to "ui.promptchoice()" has enough (maybe i18n-ed) information. This patch uses "ui.extractchoices()" to show the list of available responses.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 02 Dec 2013 00:50:30 +0900
parents 27d3f1fe42ac
children 7731a2281cf0
comparison
equal deleted inserted replaced
20268:27d3f1fe42ac 20269:acb6cceaffd5
491 > y 491 > y
492 > q 492 > q
493 > EOF 493 > EOF
494 1:d11e3596cc1a 494 1:d11e3596cc1a
495 apply changeset? [ynmpcq?]: unrecognized response 495 apply changeset? [ynmpcq?]: unrecognized response
496 apply changeset? [ynmpcq?]: y: transplant this changeset 496 apply changeset? [ynmpcq?]: y: yes, transplant this changeset
497 n: skip this changeset 497 n: no, skip this changeset
498 m: merge at this changeset 498 m: merge at this changeset
499 p: show patch 499 p: show patch
500 c: commit selected changesets 500 c: commit selected changesets
501 q: cancel transplant 501 q: quit and cancel transplant
502 ?: show this help 502 ?: ? (show this help)
503 apply changeset? [ynmpcq?]: 4:a53251cdf717 503 apply changeset? [ynmpcq?]: 4:a53251cdf717
504 apply changeset? [ynmpcq?]: (no-eol) 504 apply changeset? [ynmpcq?]: (no-eol)
505 $ hg heads --template "{node|short}\n" 505 $ hg heads --template "{node|short}\n"
506 88be5dde5260 506 88be5dde5260
507 507