changeset 369:8b2a2f63e799

hg: hide closed branches from 'hg sl' Noticed this while tinkering with the Subversion repo using hgsubversion.
author Augie Fackler <raf@durin42.com>
date Fri, 25 Sep 2015 14:40:37 -0400
parents 354d05616d65
children 1e4a6dcc043d
files .hgrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgrc
+++ b/.hgrc
@@ -80,4 +80,4 @@ desc.here = inverse
 
 [revsetalias]
 canmutate = not (public() or upstream())
-smart = (parents(canmutate) or canmutate or . or head()) and (not obsolete() or unstable()^)
+smart = (parents(canmutate) or canmutate or . or (head() - closed())) and (not obsolete() or unstable()^)