--- 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)