raylu 14 năm trước cách đây
mục cha
commit
d10affbeec
1 tập tin đã thay đổi với 31 bổ sung0 xóa
  1. 31 0
      hgrc

+ 31 - 0
hgrc

@@ -0,0 +1,31 @@
+[ui]
+username = raylu <raylu@cmu.edu>
+editor = vim
+
+[diff]
+git = True
+
+[extensions]
+progress =
+graphlog =
+color =
+
+[color]
+mode = ansi
+status.modified = red bold
+status.added = green bold
+status.removed = red
+status.deleted = magenta
+status.unknown = cyan
+status.ignored = black bold
+status.clean = none
+status.copied = none
+diff.diffline = bold
+diff.extended = cyan bold
+diff.file_a = red bold
+diff.file_b = green bold
+diff.hunk = blue
+diff.deleted = red bold
+diff.inserted = green bold
+diff.changed = white
+diff.trailingwhitespace = bold red_background