Mercurial > hg
changeset 11180:4b02fc71bbba
Fix hg heads -r flag documentation
The command arguments are "[-ac] [-r STARTREV] [REV]..."
author | Ori Avtalion <ori@avtalion.name> |
---|---|
date | Sat, 15 May 2010 00:34:07 +0300 |
parents | aad0c319b96e |
children | 6e65b451b62e |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri May 14 22:29:15 2010 +0300 +++ b/mercurial/commands.py Sat May 15 00:34:07 2010 +0300 @@ -3823,7 +3823,7 @@ ('c', 'closed', False, _('show normal and closed branch heads')), ] + templateopts, - _('[-ac] [-r STARTREV] [REV]...')), + _('[-ac] [-r REV] [REV]...')), "help": (help_, [], _('[TOPIC]')), "identify|id": (identify,