···1616private-commits = "description(glob:'private:*') | description(glob:'wip:*')"
17171818[revset-aliases]
1919+# Select the entire branch (and all sub-branches thereof if there are merges)
2020+# that x belongs to.
1921"slice()" = "slice(@)"
2020-# View the entire branch (and all sub-branches thereof) that x belongs to.
2121-"slice(x)" = "ancestors(reachable(x, mutable()), 2)"
2222+"slice(x)" = "slice(x, 2)"
2323+"slice(x, n)" = "ancestors(mutable() & (..x | x::), n)"
2224"open()" = "open(mine())"
2325# The revisions in domain which are not merged into trunk().
2426"open(domain)" = "domain ~ ::immutable_heads()"