Add the dlog alias for Mercurial.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Mon, 08 Mar 2010 10:13:31 -0500 | 
    
    
        | parents | be94a1161989 | 
    
        | children | ae7720b9e4e3 | 
    
        | branches/tags | (none) | 
    
        | files | .hgrc | 
Changes
    
--- a/.hgrc	Wed Mar 03 09:08:10 2010 -0500
+++ b/.hgrc	Mon Mar 08 10:13:31 2010 -0500
@@ -95,6 +95,12 @@
 fdiff = diff -U 10000000000000
 qfdiff = qdiff -U 10000000000000
 
+dlog = log --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.dlog
+_ = dlog -l15
+__ = _ -l100000000
+o_ = outgoing -n --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.dlog
+i_ = incoming -n --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.dlog
+
 slog = log --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.slog
 . = slog -l15
 .. = . -l100000000