changeset 450:8b6bc53652f7

hgrc: replace unstable() with orphan()
author Augie Fackler <raf@durin42.com>
date Mon, 19 Mar 2018 13:15:22 -0400
parents 7f7255eb9ac3
children 1828e3af6340
files .hgrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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