# HG changeset patch # User Matt Mackall # Date 2009-10-21 22:42:22 # Node ID 022b15b9ec8c6c0e368bce5f458cc2c6cea614b8 # Parent 585d2ffe969bc5b8882d19e92130184edd27071f summary: remove reference to -p diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3612,7 +3612,7 @@ table = { _('[-u] [NAME]...')), "^summary|sum": (summary, - [('', 'remote', None, _('check for push and pull'))], '[-p]'), + [('', 'remote', None, _('check for push and pull'))], '[--remote]'), "^status|st": (status, [('A', 'all', None, _('show status of all files')),