# HG changeset patch # User Steve Losh # Date 1265899108 18000 # Node ID 2d42542958590f1fb8acd0c986d138302065b857 # Parent 45b99085b58f7fe73599e28d2d18cac305657e57 Random git and hg alias changes. diff -r 45b99085b58f -r 2d4254295859 .gitconfig --- a/.gitconfig Wed Feb 10 20:09:29 2010 -0500 +++ b/.gitconfig Thu Feb 11 09:38:28 2010 -0500 @@ -8,6 +8,7 @@ [alias] gl = log -10 --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n' +gll = log --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n' com = commit cm = commit -m diff -r 45b99085b58f -r 2d4254295859 .hgrc --- a/.hgrc Wed Feb 10 20:09:29 2010 -0500 +++ b/.hgrc Thu Feb 11 09:38:28 2010 -0500 @@ -85,6 +85,7 @@ cm = commit -m cus = commit -m 'Update subrepository state.' +cuf = commit -m 'Update fixtures.' -I '**fixtures**.json' #mlocal = merge --config 'ui.merge=internal:local' #mother = merge --config 'ui.merge=internal:other' @@ -96,8 +97,8 @@ 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 +o. = outgoing -n --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.slog +i. = incoming -n --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.slog sglog = glog --style=/Users/sjl/lib/dotfiles/mercurial/templates/map-cmdline.sglog , = sglog -l10