comparison contrib/all-revsets.txt @ 38626:5957fdd1d5f0

contrib: add heads(commonancestors(_)) to all-revsets This is mainly to check that we don't regress our optimization path.
author Sean Farley <sean@farley.io>
date Wed, 20 Jun 2018 17:07:46 -0700
parents 318a24b52eeb
children 240ebbd328e0
comparison
equal deleted inserted replaced
38625:52f19a840543 38626:5957fdd1d5f0
133 head() and author("mpm") 133 head() and author("mpm")
134 134
135 # testing the mutable phases set 135 # testing the mutable phases set
136 draft() 136 draft()
137 secret() 137 secret()
138
139 # test finding common ancestors
140 heads(commonancestors(46879 + ae7f))