diff -r 8a9f6076e60c -r 6371ab78c3b3 mercurial/debugcommands.py --- a/mercurial/debugcommands.py Fri Aug 03 11:40:15 2018 -0400 +++ b/mercurial/debugcommands.py Sat Jul 21 16:11:36 2018 +0900 @@ -901,6 +901,7 @@ stages = [ ('parsed', pycompat.identity), + ('analyzed', filesetlang.analyze), ] stagenames = set(n for n, f in stages)