diff -r 8eedf53547b8 -r 4f8067c94729 mercurial/dagparser.py --- a/mercurial/dagparser.py Thu Sep 23 10:59:21 2010 +0200 +++ b/mercurial/dagparser.py Thu Sep 23 00:02:31 2010 -0500 @@ -219,7 +219,7 @@ yield 'n', (r, [p1]) p1 = r r += 1 - elif c == '*' or c == '/': + elif c in '*/': if c == '*': c = nextch() c, pref = nextstring(c)