changeset 33:07121932b366

wip: don't hide obsolete or unstable commits I am not sure why those were hidden from hg wip, but I now prefer to see them.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 10 Jan 2016 17:43:39 -0500
parents 0bf345e2b5b0
children 59d6883f84fd
files hgrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -156,4 +156,4 @@
 gwip = '{label("log.branch", ifeq(branch, "default", "", branch))} {label("changeset.{phase}", gitnode|short)} {label("log.user", author|user)}{label("log.tag", if(tags," {tags}"))} {bookmarks % "{ifeq(bookmark, currentbookmark, label('log.activebookmark', bookmark), label('log.bookmark', bookmark))} "}({label("log.date", date|shortdate)})\n{label(ifcontains(rev, revset('parents()'), 'desc.here'),desc|firstline)}\n'
 
 [revsetalias]
-wip = (parents(not public()) or not public() or . or head()) and (not obsolete() or unstable()^) and not closed()
+wip = (parents(not public()) or not public() or . or head()) and not closed()