comparison mercurial/commands.py @ 33865:af20468eb0a4

merge with stable
author Sean Farley <sean@farley.io>
date Mon, 21 Aug 2017 21:35:06 -0700
parents f6dc30b83432 cf0736696be0
children 800bb35d891e
comparison
equal deleted inserted replaced
33864:70354bd4f19b 33865:af20468eb0a4
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)