Advertisement
Guest User

Untitled

a guest
Jun 9th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. [ui]
  2. username = Santiago Cabezas <santiago.cabezas@movile.com>
  3. password = sarasa
  4.  
  5. [extensions]
  6. # enable color extension
  7. color =
  8. # enable extdiff extension (Extended Diff)
  9. hgext.extdiff =
  10.  
  11. [extdiff]
  12. # configure extended diff to use colordiff (requires colordiff installed in your system)
  13. cmd.cdiff = colordiff
  14. opts.cdiff = -uprN
  15.  
  16. [color]
  17. # configure colors for each possible hg status
  18. status.modified = blue bold
  19. status.added = green bold
  20. status.removed = red bold
  21. status.deleted = cyan bold
  22. status.unknown = magenta bold
  23. status.ignored = white bold
  24. # and for hg diff output also
  25. diff.diffline = bold
  26. diff.extended = cyan bold
  27. diff.file_a = red bold
  28. diff.file_b = green bold
  29. diff.hunk = magenta
  30. diff.deleted = red
  31. diff.inserted = green
  32. diff.changed = white
  33. diff.trailingwhitespace = bold red_background
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement