Mercurial > dotfiles
diff .hgrc @ 450:8b6bc53652f7
hgrc: replace unstable() with orphan()
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 19 Mar 2018 13:15:22 -0400 |
parents | 87a66e293d27 |
children | 1828e3af6340 |
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