changeset 9629:91d7d54b92cf

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Wed, 21 Oct 2009 17:54:51 -0500
parents 022b15b9ec8c (diff) 816564f5dea9 (current diff)
children 24dad078603b
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Oct 22 00:30:24 2009 +0200
+++ b/mercurial/commands.py	Wed Oct 21 17:54:51 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')),