hgext/histedit.py
changeset 17738 b8424c92ba2b
parent 17666 5b6c8f2fbda5
child 17757 fec69c72e2b4
--- a/hgext/histedit.py	Tue Oct 09 12:47:54 2012 +0200
+++ b/hgext/histedit.py	Wed Oct 10 01:29:56 2012 +0200
@@ -205,7 +205,7 @@
         - message
         - date
         - username
-    Edition of commit message is trigered in all case.
+    Commit message is edited in all cases.
 
     This function works in memory."""
     ctxs = list(repo.set('%d::%d', first, last))