##// END OF EJS Templates
record: better formatting for qrecord help
Martin Geisler -
r8348:c9ab8f44 default
parent child Browse files
Show More
@@ -385,7 +385,8 b' def record(ui, repo, *pats, **opts):'
385 385 def qrecord(ui, repo, patch, *pats, **opts):
386 386 '''interactively record a new patch
387 387
388 see 'hg help qnew' & 'hg help record' for more information and usage
388 See 'hg help qnew' & 'hg help record' for more information and
389 usage.
389 390 '''
390 391
391 392 try:
@@ -27,7 +27,8 b' hg qrecord [OPTION]... PATCH [FILE]...'
27 27
28 28 interactively record a new patch
29 29
30 see 'hg help qnew' & 'hg help record' for more information and usage
30 See 'hg help qnew' & 'hg help record' for more information and
31 usage.
31 32
32 33 options:
33 34
General Comments 0
You need to be logged in to leave comments. Login now