# HG changeset patch # User Ori Avtalion # Date 1273872847 -10800 # Node ID 4b02fc71bbba1562bc62869a83db95310aec06a2 # Parent aad0c319b96e2832b233c968a3280393fc487d35 Fix hg heads -r flag documentation The command arguments are "[-ac] [-r STARTREV] [REV]..." diff -r aad0c319b96e -r 4b02fc71bbba mercurial/commands.py --- 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,