diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-08-01 16:54:02 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-08-01 16:54:02 +0200 |
| commit | 814aa7d9d33f34997112852c18ece385f5c4bed8 (patch) | |
| tree | 5c1f9adc978183d37a34dd2b494665a2b942a446 /hgrc | |
| parent | d3f872d8d138cdbaee67b609d35d1a49e4e45f09 (diff) | |
| download | dotfiles-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-- | hgrc | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |
