author | timeless@gmail.com |
Fri, 18 Mar 2016 15:00:58 +0000 | |
changeset 1914 | 17782631d7e8 |
parent 1913 | 3d3c02e6848a |
child 1915 | cb651dbd0965 |
--- 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()