equal
deleted
inserted
replaced
1 % help |
1 % help |
2 hg record [OPTION]... [FILE]... |
2 hg record [OPTION]... [FILE]... |
3 |
3 |
4 interactively select changes to commit |
4 interactively select changes to commit |
5 |
5 |
6 If a list of files is omitted, all changes reported by "hg status" |
6 If a list of files is omitted, all changes reported by "hg status" will be |
7 will be candidates for recording. |
7 candidates for recording. |
8 |
8 |
9 See 'hg help dates' for a list of formats valid for -d/--date. |
9 See 'hg help dates' for a list of formats valid for -d/--date. |
10 |
10 |
11 You will be prompted for whether to record changes to each |
11 You will be prompted for whether to record changes to each modified file, |
12 modified file, and for files with multiple changes, for each |
12 and for files with multiple changes, for each change to use. For each |
13 change to use. For each query, the following responses are |
13 query, the following responses are possible: |
14 possible: |
|
15 |
14 |
16 y - record this change |
15 y - record this change |
17 n - skip this change |
16 n - skip this change |
18 |
17 |
19 s - skip remaining changes to this file |
18 s - skip remaining changes to this file |