aboutsummaryrefslogtreecommitdiff
path: root/hgrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-08-01 16:54:02 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2013-08-01 16:54:02 +0200
commit814aa7d9d33f34997112852c18ece385f5c4bed8 (patch)
tree5c1f9adc978183d37a34dd2b494665a2b942a446 /hgrc
parentd3f872d8d138cdbaee67b609d35d1a49e4e45f09 (diff)
downloaddotfiles-814aa7d9d33f34997112852c18ece385f5c4bed8.tar.gz
dotfiles-814aa7d9d33f34997112852c18ece385f5c4bed8.zip
Updated the hgrc file.
I've added my last surname in the username config and I've added the config for a colorized mercurial.
Diffstat (limited to 'hgrc')
-rw-r--r--hgrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/hgrc b/hgrc
index 2d45a41..4dbbeb3 100644
--- a/hgrc
+++ b/hgrc
@@ -1,5 +1,5 @@
[ui]
-username = Miquel Sabaté <mikisabate@gmail.com>
+username = Miquel Sabaté Solà <mikisabate@gmail.com>
[alias]
show = log -pr
@@ -9,3 +9,11 @@ pager = LESS='FSRX' less
[extensions]
pager =
+color =
+
+[color]
+status.added = green
+status.modified = red
+status.removed = red
+status.deleted = red
+status.unknown = blue bold