comparison .hgrc @ 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 9e17f111c3d9
children 1e4a6dcc043d
comparison
equal deleted inserted replaced
368:354d05616d65 369:8b2a2f63e799
78 changeset.secret = red 78 changeset.secret = red
79 desc.here = inverse 79 desc.here = inverse
80 80
81 [revsetalias] 81 [revsetalias]
82 canmutate = not (public() or upstream()) 82 canmutate = not (public() or upstream())
83 smart = (parents(canmutate) or canmutate or . or head()) and (not obsolete() or unstable()^) 83 smart = (parents(canmutate) or canmutate or . or (head() - closed())) and (not obsolete() or unstable()^)