diff -r 3d6d0aa55966 -r 8ac8db8dc346 mercurial/parser.py --- a/mercurial/parser.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/parser.py Fri Aug 17 13:58:18 2012 -0700 @@ -13,7 +13,7 @@ # tokenizer is an iterator that returns type, value pairs # elements is a mapping of types to binding strength, prefix and infix actions # an action is a tree node name, a tree label, and an optional match -# __call__(program) parses program into a labelled tree +# __call__(program) parses program into a labeled tree import error from i18n import _