# HG changeset patch # User Sean Farley # Date 2018-06-21 00:07:46 # Node ID 5957fdd1d5f0f4c185c55f8a6705553c22c8eb4f # Parent 52f19a8405432472db74c46146671284866ab371 contrib: add heads(commonancestors(_)) to all-revsets This is mainly to check that we don't regress our optimization path. diff --git a/contrib/all-revsets.txt b/contrib/all-revsets.txt --- a/contrib/all-revsets.txt +++ b/contrib/all-revsets.txt @@ -135,3 +135,6 @@ head() and author("mpm") # testing the mutable phases set draft() secret() + +# test finding common ancestors +heads(commonancestors(46879 + ae7f))