mercurial/commands.py
branchstable
changeset 33753 cf0736696be0
parent 33548 4cd4344a53c4
child 33865 af20468eb0a4
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)