Bug 2361 - revsets: "::" operator should bind more tightly than "-"
Summary: revsets: "::" operator should bind more tightly than "-"
Status: RESOLVED FIXED
Alias: None
Product: Mercurial
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: unspecified
Hardware: All All
: normal bug
Assignee: Bugzilla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-02 18:38 UTC by Jesse Ruderman
Modified: 2012-05-13 05:03 UTC (History)
2 users (show)

See Also:
Python Version: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Ruderman 2010-09-02 18:38 UTC
$ 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"
Comment 1 HG Bot 2010-10-08 14:00 UTC
Fixed by http://hg.intevation.org/mercurial/crew/rev/e797fdf91df4
Matt Mackall <mpm@selenic.com>
revset: lower precedence of minus infix (issue2361)
Comment 2 Bugzilla 2012-05-12 09:12 UTC
--- 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