Show More
@@ -42,7 +42,8 b' def record(ui, repo, *pats, **opts):' | |||
|
42 | 42 | |
|
43 | 43 | See :hg:`help dates` for a list of formats valid for -d/--date. |
|
44 | 44 | |
|
45 | You will be prompted for whether to record changes to each | |
|
45 | If using the text interface (see :hg:`help config`), | |
|
46 | you will be prompted for whether to record changes to each | |
|
46 | 47 | modified file, and for files with multiple changes, for each |
|
47 | 48 | change to use. For each query, the following responses are |
|
48 | 49 | possible:: |
@@ -39,9 +39,10 b' help record (record)' | |||
|
39 | 39 | |
|
40 | 40 | See 'hg help dates' for a list of formats valid for -d/--date. |
|
41 | 41 | |
|
42 | You will be prompted for whether to record changes to each modified file, | |
|
43 | and for files with multiple changes, for each change to use. For each | |
|
44 | query, the following responses are possible: | |
|
42 | If using the text interface (see 'hg help config'), you will be prompted | |
|
43 | for whether to record changes to each modified file, and for files with | |
|
44 | multiple changes, for each change to use. For each query, the following | |
|
45 | responses are possible: | |
|
45 | 46 | |
|
46 | 47 | y - record this change |
|
47 | 48 | n - skip this change |
@@ -22,9 +22,10 b' Record help' | |||
|
22 | 22 | |
|
23 | 23 | See 'hg help dates' for a list of formats valid for -d/--date. |
|
24 | 24 | |
|
25 | You will be prompted for whether to record changes to each modified file, | |
|
26 | and for files with multiple changes, for each change to use. For each | |
|
27 | query, the following responses are possible: | |
|
25 | If using the text interface (see 'hg help config'), you will be prompted | |
|
26 | for whether to record changes to each modified file, and for files with | |
|
27 | multiple changes, for each change to use. For each query, the following | |
|
28 | responses are possible: | |
|
28 | 29 | |
|
29 | 30 | y - record this change |
|
30 | 31 | n - skip this change |
General Comments 0
You need to be logged in to leave comments.
Login now