diff -r 25430ff23cfa -r 05af334bac05 mercurial/parser.py --- a/mercurial/parser.py Thu Jun 24 21:35:52 2010 -0700 +++ b/mercurial/parser.py Fri Jun 11 01:35:38 2010 -1000 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -# see http://effbot.org/zone/simple-top-down-parsing.txt and +# see http://effbot.org/zone/simple-top-down-parsing.htm and # http://eli.thegreenplace.net/2010/01/02/top-down-operator-precedence-parsing/ # for background