Mercurial > hg-stable
view templates/map-cmdline.compact @ 10210:43f8abcec42d stable
commands: fix help string for pull -u and unbundle -u.
They update to new branch head, not new tip -- same as 'hg update'.
author | Greg Ward <greg-hg@gerg.ca> |
---|---|
date | Tue, 05 Jan 2010 15:07:38 -0500 |
parents | b24290c72a1d |
children |
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}'