changeset 27604:0e0e25a5e12a

histedit: fix comment in newnodestoabort
author timeless <timeless@mozdev.org>
date Wed, 30 Dec 2015 04:04:51 +0000
parents 8a87627d263a
children 7793b3e220f6
files hgext/histedit.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/histedit.py	Wed Dec 30 04:02:04 2015 +0000
+++ b/hgext/histedit.py	Wed Dec 30 04:04:51 2015 +0000
@@ -1283,7 +1283,7 @@
     1) the list of final node
     2) the list of temporary node
 
-    This meant to be used on abort as less data are required in this case.
+    This is meant to be used on abort as less data are required in this case.
     """
     replacements = state.replacements
     allsuccs = set()