help: fix typo in help for 'obsolete' option added to import command stable
authorMike Edgar <adgar@google.com>
Tue, 18 Nov 2014 20:27:53 -0500
branchstable
changeset 1162 5c07f464981e
parent 1161 ae233fe4529e
child 1163 db2115776696
help: fix typo in help for 'obsolete' option added to import command
hgext/evolve.py
--- a/hgext/evolve.py	Fri Nov 14 09:54:55 2014 +0000
+++ b/hgext/evolve.py	Tue Nov 18 20:27:53 2014 -0500
@@ -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')