Add and adjust some hg aliases.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 26 Jan 2010 09:10:42 -0500 |
parents |
6803ea62d3cb
|
children |
ef17f73db9ec
|
branches/tags |
(none) |
files |
.hgrc |
Changes
--- 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