Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 33753:cf0736696be0 stable
log: mention ui.logtemplate in the help text
author | Nathan Goldbaum <ngoldbau@illinois.edu> |
---|---|
date | Wed, 16 Aug 2017 10:24:49 -0500 |
parents | 4cd4344a53c4 |
children | af20468eb0a4 |
comparison
equal
deleted
inserted
replaced
33752:82c39a8ec3b1 | 33753:cf0736696be0 |
---|---|
3333 | 3333 |
3334 See :hg:`help revisions` for more about specifying and ordering | 3334 See :hg:`help revisions` for more about specifying and ordering |
3335 revisions. | 3335 revisions. |
3336 | 3336 |
3337 See :hg:`help templates` for more about pre-packaged styles and | 3337 See :hg:`help templates` for more about pre-packaged styles and |
3338 specifying custom templates. | 3338 specifying custom templates. The default template used by the log |
3339 command can be customized via the ``ui.logtemplate`` configuration | |
3340 setting. | |
3339 | 3341 |
3340 Returns 0 on success. | 3342 Returns 0 on success. |
3341 | 3343 |
3342 """ | 3344 """ |
3343 opts = pycompat.byteskwargs(opts) | 3345 opts = pycompat.byteskwargs(opts) |