mercurial/commands.py
changeset 33865 af20468eb0a4
parent 33854 f6dc30b83432
parent 33753 cf0736696be0
child 33885 800bb35d891e
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)