changeset 1258:5c07f464981e stable

help: fix typo in help for 'obsolete' option added to import command
author Mike Edgar <adgar@google.com>
date Tue, 18 Nov 2014 20:27:53 -0500
parents ae233fe4529e
children db2115776696
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py
+++ b/hgext/evolve.py
@@ -884,7 +884,7 @@
 def _installimportobsolete(ui):
     entry = cmdutil.findcmd('import', commands.table)[1]
     entry[1].append(('', 'obsolete', False,
-                    _('mark the old node as obsoleted by'
+                    _('mark the old node as obsoleted by '
                       'the created commit')))
 
 @eh.wrapfunction(mercurial.cmdutil, 'tryimportone')