# HG changeset patch # User Augie Fackler # Date 1521479722 14400 # Node ID 8b6bc53652f7b8c746f1d5bb87d17dc9f036bb05 # Parent 7f7255eb9ac3a8b1494c2ec7802cbbdc8f6d6b7b hgrc: replace unstable() with orphan() diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -96,7 +96,7 @@ desc.here = inverse [revsetalias] canmutate = not (public() or upstream()) -smart = ((parents(canmutate) or canmutate or (head() - closed())) and (not obsolete() or unstable()^)) or . +smart = ((parents(canmutate) or canmutate or (head() - closed())) and (not obsolete() or orphan()^)) or . %include .private/hgrc %include $HOME/.hgrc-machine