##// END OF EJS Templates
record: wrapped docstrings at 78 characters
Martin Geisler -
r9074:b4f259c1 default
parent child Browse files
Show More
@@ -357,15 +357,14 b' def filterpatch(ui, chunks):'
357 def record(ui, repo, *pats, **opts):
357 def record(ui, repo, *pats, **opts):
358 '''interactively select changes to commit
358 '''interactively select changes to commit
359
359
360 If a list of files is omitted, all changes reported by "hg status"
360 If a list of files is omitted, all changes reported by "hg status" will be
361 will be candidates for recording.
361 candidates for recording.
362
362
363 See 'hg help dates' for a list of formats valid for -d/--date.
363 See 'hg help dates' for a list of formats valid for -d/--date.
364
364
365 You will be prompted for whether to record changes to each
365 You will be prompted for whether to record changes to each modified file,
366 modified file, and for files with multiple changes, for each
366 and for files with multiple changes, for each change to use. For each
367 change to use. For each query, the following responses are
367 query, the following responses are possible:
368 possible:
369
368
370 y - record this change
369 y - record this change
371 n - skip this change
370 n - skip this change
@@ -388,8 +387,7 b' def record(ui, repo, *pats, **opts):'
388 def qrecord(ui, repo, patch, *pats, **opts):
387 def qrecord(ui, repo, patch, *pats, **opts):
389 '''interactively record a new patch
388 '''interactively record a new patch
390
389
391 See 'hg help qnew' & 'hg help record' for more information and
390 See 'hg help qnew' & 'hg help record' for more information and usage.
392 usage.
393 '''
391 '''
394
392
395 try:
393 try:
@@ -28,8 +28,7 b' hg qrecord [OPTION]... PATCH [FILE]...'
28
28
29 interactively record a new patch
29 interactively record a new patch
30
30
31 See 'hg help qnew' & 'hg help record' for more information and
31 See 'hg help qnew' & 'hg help record' for more information and usage.
32 usage.
33
32
34 options:
33 options:
35
34
@@ -3,15 +3,14 b' 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
General Comments 0
You need to be logged in to leave comments. Login now