diff hgext3rd/topic/stack.py @ 1914:17782631d7e8

spelling: changeset
author timeless@gmail.com
date Fri, 18 Mar 2016 15:00:58 +0000
parents 36112e361ee4
children eadcc5f8edf6
line wrap: on
line diff
--- a/hgext3rd/topic/stack.py	Fri Mar 18 08:14:45 2016 -0700
+++ b/hgext3rd/topic/stack.py	Fri Mar 18 15:00:58 2016 +0000
@@ -26,7 +26,7 @@
         if p1.obsolete():
             p1 = repo[_singlesuccessor(repo, p1)]
         if p1.rev() != prev:
-            # display the parent of the chanset
+            # display the parent of the changeset
             state = 'base'
             symbol= '_'
             fm.startitem()