Mercurial > hg
changeset 905:65763ff9fa53
Update online help of hg heads for new --branches option.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Mon, 15 Aug 2005 05:22:40 +0100 |
parents | 969647d5100a |
children | c711930cf15d |
files | mercurial/commands.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Aug 14 20:09:32 2005 -0800 +++ b/mercurial/commands.py Mon Aug 15 05:22:40 2005 +0100 @@ -1268,7 +1268,10 @@ [('I', 'include', [], 'include path in search'), ('X', 'exclude', [], 'exclude path from search')], "hg forget FILE..."), - "heads": (heads, [('b', 'branches', None, 'find branch info')], 'hg heads'), + "heads": + (heads, + [('b', 'branches', None, 'find branch info')], + 'hg [-b] heads'), "help": (help_, [], 'hg help [COMMAND]'), "identify|id": (identify, [], 'hg identify'), "import|patch":