aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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