comparison tests/test-mq-qrefresh-interactive.t @ 21952:3838b910fa6b stable

doc: unify help text for "--edit" option This patch changes help text for "--edit" option of commands below: - fetch - qnew - qrefresh - qfold - commit - tag This unification reduces translation cost, too. This patch chooses not "further edit commit message already specified" (of "hg commit") but "invoke editor on commit messages" as unified help text for "--edit" option, because the latter is much older than the former.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Wed, 30 Jul 2014 00:14:52 +0900
parents b623e323c561
children 26f7c8033bed
comparison
equal deleted inserted replaced
21951:59af0b21ec31 21952:3838b910fa6b
29 29
30 Returns 0 on success. 30 Returns 0 on success.
31 31
32 options: 32 options:
33 33
34 -e --edit edit commit message 34 -e --edit invoke editor on commit messages
35 -g --git use git extended diff format 35 -g --git use git extended diff format
36 -s --short refresh only files already in the patch and 36 -s --short refresh only files already in the patch and
37 specified files 37 specified files
38 -U --currentuser add/update author field in patch with current user 38 -U --currentuser add/update author field in patch with current user
39 -u --user USER add/update author field in patch with given user 39 -u --user USER add/update author field in patch with given user
73 73
74 Returns 0 on success. 74 Returns 0 on success.
75 75
76 options: 76 options:
77 77
78 -e --edit edit commit message 78 -e --edit invoke editor on commit messages
79 -g --git use git extended diff format 79 -g --git use git extended diff format
80 -s --short refresh only files already in the patch and 80 -s --short refresh only files already in the patch and
81 specified files 81 specified files
82 -U --currentuser add/update author field in patch with current user 82 -U --currentuser add/update author field in patch with current user
83 -u --user USER add/update author field in patch with given user 83 -u --user USER add/update author field in patch with given user