changeset 14:2515d910cf13

Don't show closed heads in the smartlog revset
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 06 Oct 2014 10:36:44 -0400
parents 30f468adfcd0
children b97bac7521d1
files hgrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -111,4 +111,4 @@
 sl = '{ifeq(branch,"default","","{label(black_background, branch)} ")}{label("log.changeset changeset.{phase}", shortest(node))} {label("grep.user", author|user)}{label("tags.normal", if(tags," {tags}"))} {label("sl.book", if(bookmarks," {bookmarks}"))}\n{label(ifcontains(rev, revset('.'), 'desc.here'),desc|firstline)}'
 
 [revsetalias]
-smart = (parents(not public()) or not public() or . or head()) and (not obsolete() or unstable()^)
\ No newline at end of file
+smart = (parents(not public()) or not public() or . or head()) and (not obsolete() or unstable()^) and not closed()
\ No newline at end of file