changeset 16:00232f70a2ee

Rename "sl" (smartlog) revsets, templates, and aliases to "wip"
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 10 Nov 2014 08:48:43 -0500
parents b97bac7521d1
children b304dd2839ae
files hgrc
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -39,7 +39,7 @@
 [pager]
 pager = LESS='FSRX' less
 attend = tags, help, annotate, cat, diff, export, status,\
-         outgoing, incoming, glog, log, grep, sl, pvr
+         outgoing, incoming, glog, log, grep, pvr, wip
 
 [color]
 mode=terminfo
@@ -105,10 +105,10 @@
 bt($1, $2) = ::$2 - ::$1
 
 [alias]
-sl = log -Gr smart -Tsl
+wip = log --graph --rev=wip --template=wip
 
 [templates]
-sl = '{label("log.branch", branches)} {label("changeset.{phase}", rev)} {label("grep.user", author|user)}{label("log.tag", if(tags," {tags}"))} {label("log.bookmark", if(bookmarks," {bookmarks}"))}\n{label(ifcontains(rev, revset('.'), 'desc.here'),desc|firstline)}'
+wip = '{label("log.branch", branches)} {label("changeset.{phase}", rev)} {label("grep.user", author|user)}{label("log.tag", if(tags," {tags}"))} {label("log.bookmark", 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()^) and not closed()
\ No newline at end of file
+wip = (parents(not public()) or not public() or . or head()) and (not obsolete() or unstable()^) and not closed()