Submitter | Boris Feld |
---|---|
Date | Jan. 15, 2019, 7:33 p.m. |
Message ID | <01b9cd2cb7c6e41567fe.1547580806@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/37762/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/contrib/all-revsets.txt b/contrib/all-revsets.txt --- a/contrib/all-revsets.txt +++ b/contrib/all-revsets.txt @@ -147,3 +147,10 @@ heads(-10000:-1) heads(matching(tip, "author")) heads(matching(tip, "author")) and -10000:-1 (-10000:-1) and heads(matching(tip, "author")) +# more roots testing +roots(all()) +roots(-10000:-1) +(-5000:-1000) and roots(-10000:-1) +roots(matching(tip, "author")) +roots(matching(tip, "author")) and -10000:-1 +(-10000:-1) and roots(matching(tip, "author"))