Mercurial > hg
view mercurial/templates/map-cmdline.compact @ 10512:261cc6b0f15c
Merge with stable
author | Steve Borho <steve@borho.org> |
---|---|
date | Thu, 18 Feb 2010 23:23:17 -0600 |
parents | f91e5630ce7e |
children | 3d83c7d70a98 |
line wrap: on
line source
changeset = '{rev}{tags}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n' changeset_quiet = '{rev}:{node|short}\n' changeset_verbose = '{rev}{tags}{parents} {node|short} {date|isodate} {author}\n {desc|strip}\n\n' start_tags = '[' tag = '{tag},' last_tag = '{tag}]' start_parents = ':' parent = '{rev},' last_parent = '{rev}'