mercurial/commands.py
changeset 27663 cddb5cd3d85a
parent 27651 07fc2f2134ba
child 27664 84a9d7fc9ceb
equal deleted inserted replaced
27662:f7ab50c721ac 27663:cddb5cd3d85a
  5032           hg log -r "last(tagged())::" --template "{desc|firstline}\\n"
  5032           hg log -r "last(tagged())::" --template "{desc|firstline}\\n"
  5033 
  5033 
  5034     See :hg:`help dates` for a list of formats valid for -d/--date.
  5034     See :hg:`help dates` for a list of formats valid for -d/--date.
  5035 
  5035 
  5036     See :hg:`help revisions` and :hg:`help revsets` for more about
  5036     See :hg:`help revisions` and :hg:`help revsets` for more about
  5037     specifying revisions.
  5037     specifying and ordering revisions.
  5038 
  5038 
  5039     See :hg:`help templates` for more about pre-packaged styles and
  5039     See :hg:`help templates` for more about pre-packaged styles and
  5040     specifying custom templates.
  5040     specifying custom templates.
  5041 
  5041 
  5042     Returns 0 on success.
  5042     Returns 0 on success.