Mercurial > hg
changeset 9625:022b15b9ec8c
summary: remove reference to -p
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 21 Oct 2009 17:42:22 -0500 |
parents | 585d2ffe969b |
children | 91d7d54b92cf |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Oct 20 22:43:17 2009 +0200 +++ b/mercurial/commands.py Wed Oct 21 17:42:22 2009 -0500 @@ -3612,7 +3612,7 @@ _('[-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')),