Submitter | Matthew Turk |
---|---|
Date | Nov. 15, 2013, 11:14 p.m. |
Message ID | <b69f7178f1da0a7dda97.1384557263@ridcully> |
Download | mbox | patch |
Permalink | /patch/2956/ |
State | Accepted |
Commit | f4b3bdc3019e8be6ba4791b297e0d6990fe0cb62 |
Headers | show |
Comments
Patch
diff -r 0c27d52646b0 -r b69f7178f1da mercurial/help/templates.txt --- a/mercurial/help/templates.txt Fri Nov 15 16:53:54 2013 -0500 +++ b/mercurial/help/templates.txt Fri Nov 15 18:09:02 2013 -0500 @@ -102,3 +102,7 @@ - Invert the firstline filter, i.e. everything but the first line:: $ hg log -r 0 --template "{sub(r'^.*\n?\n?', '', desc)}\n" + +- Display the contents of the 'extra' field, one per line:: + + $ hg log -r 0 --template "{join(extras, '\n')}\n"