$ hg log -r "1::4 - 4" Result: nothing shown Expected: three changesets shown, like if I were to do $ hg log -r "(1::4) - 4"
Fixed by http://hg.intevation.org/mercurial/crew/rev/e797fdf91df4 Matt Mackall <mpm@selenic.com> revset: lower precedence of minus infix (issue2361)
--- Bug imported by bugzilla@serpentine.com 2012-05-12 09:12 EDT --- This bug was previously known as _bug_ 2361 at http://mercurial.selenic.com/bts/issue2361