# HG changeset patch # User Dirkjan Ochtman # Date 1265452083 -3600 # Node ID 8b90e29662194c498b966dc5ed2d06afd1fe30be # Parent bc72e21f9dc8b307b3634866b0fe80812dabfbe2 commands: deprecate the heads -a option Hopefully we can remove it entirely in two releases or so. diff -r bc72e21f9dc8 -r 8b90e2966219 mercurial/commands.py --- a/mercurial/commands.py Sat Feb 06 11:27:22 2010 +0100 +++ b/mercurial/commands.py Sat Feb 06 11:28:03 2010 +0100 @@ -3492,7 +3492,7 @@ (heads, [('r', 'rev', '', _('show only heads which are descendants of REV')), ('a', 'active', False, - _('show only the active branch heads from open branches')), + _('show active branchheads only [DEPRECATED]')), ('c', 'closed', False, _('show normal and closed branch heads')), ] + templateopts,