diff mercurial/parser.py @ 11493:cc4e2a7ca23f

Merge with stable
author Martin Geisler <mg@aragost.com>
date Fri, 02 Jul 2010 11:30:57 +0200
parents 05af334bac05
children 895f54a79c6e
line wrap: on
line diff
--- a/mercurial/parser.py	Mon Jun 21 17:02:48 2010 -0300
+++ b/mercurial/parser.py	Fri Jul 02 11:30:57 2010 +0200
@@ -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