changeset 24:8f5ccb3006f9

la, ll: two new aliases Kind of like ls -l and ls -a.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 08 Sep 2015 09:56:09 -0400
parents 53614a88049e
children 09cb15cf398c
files hgrc
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -18,6 +18,8 @@
 email=email --confirm
 pvr=log -pvr
 amend=amend -D
+la=glog -Twip
+ll=glog -Twip -r ::.
 
 # These are all the extensions that I use.
 [extensions]
@@ -44,7 +46,7 @@
 [pager]
 pager = LESS='FSRX' less
 attend = tags, help, annotate, cat, diff, export, status,\
-         outgoing, incoming, glog, log, grep, pvr, wip
+         outgoing, incoming, glog, log, grep, pvr, wip, la, ll
 
 [committemplate]
 changeset = {desc}\n\n