# HG changeset patch
# User Augie Fackler <durin42@gmail.com>
# Date 1234196449 21600
# Node ID 9b1e270ebbf69b020f9cf5d08dde721f0ac4ac9e
# Parent  9a3af00d8eaa23b4a938d07f571151f3258b4acc
Change my alias so I can use more features of log by default.

diff --git a/.hgrc b/.hgrc
--- 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>