Random git and hg alias changes.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 11 Feb 2010 09:38:28 -0500 |
parents |
45b99085b58f
|
children |
83dfec5ddf02
ed5d800d4a8a
|
branches/tags |
(none) |
files |
.gitconfig .hgrc |
Changes
--- 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
--- 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