Show More
@@ -385,7 +385,8 b' def record(ui, repo, *pats, **opts):' | |||||
385 | def qrecord(ui, repo, patch, *pats, **opts): |
|
385 | def qrecord(ui, repo, patch, *pats, **opts): | |
386 | '''interactively record a new patch |
|
386 | '''interactively record a new patch | |
387 |
|
387 | |||
388 |
|
|
388 | See 'hg help qnew' & 'hg help record' for more information and | |
|
389 | usage. | |||
389 | ''' |
|
390 | ''' | |
390 |
|
391 | |||
391 | try: |
|
392 | try: |
@@ -27,7 +27,8 b' hg qrecord [OPTION]... PATCH [FILE]...' | |||||
27 |
|
27 | |||
28 | interactively record a new patch |
|
28 | interactively record a new patch | |
29 |
|
29 | |||
30 |
|
|
30 | See 'hg help qnew' & 'hg help record' for more information and | |
|
31 | usage. | |||
31 |
|
32 | |||
32 | options: |
|
33 | options: | |
33 |
|
34 |
General Comments 0
You need to be logged in to leave comments.
Login now