# HG changeset patch # User Steve Losh # Date 1264515042 18000 # Node ID 604bc3598a9358b9e64c1d9c0b2c8587c6dd65d8 # Parent 6803ea62d3cb9a47ce8def5ca6282cb3da157610 Add and adjust some hg aliases. diff -r 6803ea62d3cb -r 604bc3598a93 .hgrc --- a/.hgrc Mon Jan 25 09:01:42 2010 -0500 +++ b/.hgrc Tue Jan 26 09:10:42 2010 -0500 @@ -93,11 +93,15 @@ slog = log --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.slog . = slog -l15 .. = . -l100000000 +o. = outgoing --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.slog +i. = incoming --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.slog sglog = glog --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.sglog , = sglog -l10 ,, = , -l100000000 +o, = outgoing --graph --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.sglog +i, = incoming --graph --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.sglog nlog = log --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.nlog n = nlog -vr -show = nlog -vpr +show = nlog --color=always -vpr