about summary refs log tree commit diff
path: root/dev
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-09-27 20:09:50 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-09-27 20:09:50 +0700
commit9cef11d0147e1c66c3145962a0ae1b88b511ffb3 (patch)
tree883c39591a05a73c25601b6d7889ddaa5b2d83d7 /dev
parent6b9a1b1a3de10899b87a8a2c6e4074341d29cd02 (diff)
downloaddotfiles-9cef11d0147e1c66c3145962a0ae1b88b511ffb3.tar.gz
Update 2019-09-27
Diffstat (limited to 'dev')
-rw-r--r--dev/.hgrc55
1 files changed, 55 insertions, 0 deletions
diff --git a/dev/.hgrc b/dev/.hgrc
new file mode 100644
index 0000000..5d9678b
--- /dev/null
+++ b/dev/.hgrc
@@ -0,0 +1,55 @@
+[ui]
+username = Nguyễn Gia Phong <vn.mcsinyx@gmail.com>
+
+[extensions]
+color =
+histedit =
+pager =
+rebase =
+strip =
+
+[pager]
+pager = LESS='FSRX' less
+attend = help, annotate, cat, diff, export, glog, log, outgoing, incoming
+
+[diff]
+showfunc = True
+
+[color]
+mode = terminfo
+
+## Custom colors
+color.gray = 244
+color.orange = 202
+color.lightyellow = 191
+color.darkorange = 220
+color.brightyellow = 226
+
+status.modified = magenta bold
+status.added = green bold
+status.removed = red bold
+status.deleted = cyan bold
+status.unknown = gray bold
+status.ignored = gray bold
+
+## Colours for each label
+log.branch = cyan
+log.summary = lightyellow
+log.description = lightyellow
+log.bookmark = green
+log.tag = darkorange
+log.graph = blue
+
+## Colors for each phase
+changeset.secret = blue bold
+changeset.draft  = red bold
+changeset.public = orange
+
+desc.here = bold blue_background
+
+[bookmarks]
+track.current = True
+
+[alias]
+glog = log --graph
+top = log --graph -l