changeset 45:9b1e270ebbf6

Change my alias so I can use more features of log by default.
author Augie Fackler <durin42@gmail.com>
date Mon, 09 Feb 2009 10:20:49 -0600
parents 9a3af00d8eaa
children 8946e6ae2747
files .hgrc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgrc
+++ b/.hgrc
@@ -18,8 +18,8 @@ hgsubversion=
 hggit=
 
 [alias]
-# because the --graph default to log breaks log -b
-blog=log -b
+# to get the original log, because --graph is my default
+llog=log
 
 [ui]
 username = Augie Fackler <durin42@gmail.com>