aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-12-05 14:26:48 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2013-12-05 14:26:48 +0100
commite44a4a01eaaad060499f4affaea18d4a5b2631fd (patch)
tree8ed8bd5cf8b30ab011e2c23fbd4289b50709991d
parentc266af0eabe3cb228f27c1a7604fd7de304c15c1 (diff)
downloaddotfiles-e44a4a01eaaad060499f4affaea18d4a5b2631fd.tar.gz
dotfiles-e44a4a01eaaad060499f4affaea18d4a5b2631fd.zip
hg: adding some extensions to my hgrc file
-rw-r--r--hgrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/hgrc b/hgrc
index 3dda458..02b2893 100644
--- a/hgrc
+++ b/hgrc
@@ -7,7 +7,8 @@ preupdate = hg status --rev .:$HG_PARENT1
[alias]
show = log -pr
-down = !$HG pull; $HG update
+down = !$HG pull --rebase; $HG update
+blame = annotate --user -c
[pager]
pager = LESS='FSRX' less
@@ -15,6 +16,9 @@ pager = LESS='FSRX' less
[extensions]
pager =
color =
+rebase =
+shelve =
+progress =
[color]
status.added = green