Advertisement
reversyn

Untitled

May 10th, 2014
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. [ui]
  2. username = Vince Au
  3. verbose = true
  4.  
  5. [extensions]
  6. hgext.bookmarks =
  7. graphlog =
  8. color =
  9. pager =
  10.  
  11. [diff]
  12. git = 1
  13. unified = 4
  14. showfunc = 1
  15.  
  16. [web]
  17. style = gitweb
  18.  
  19. [pager]
  20. ignore = version, help, update
  21.  
  22. [color]
  23. # configure colors for each possible hg status
  24. status.modified = blue bold
  25. status.added = green bold
  26. status.removed = red bold
  27. status.deleted = cyan bold
  28. status.unknown = magenta bold
  29. status.ignored = white bold
  30. # and for hg diff output also
  31. diff.diffline = bold
  32. diff.extended = cyan bold
  33. diff.file_a = red bold
  34. diff.file_b = green bold
  35. diff.hunk = magenta
  36. diff.deleted = red
  37. diff.inserted = green
  38. diff.changed = white
  39. diff.trailingwhitespace = bold red_background
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement