Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ui]
- username = Vince Au
- verbose = true
- [extensions]
- hgext.bookmarks =
- graphlog =
- color =
- pager =
- [diff]
- git = 1
- unified = 4
- showfunc = 1
- [web]
- style = gitweb
- [pager]
- ignore = version, help, update
- [color]
- # configure colors for each possible hg status
- status.modified = blue bold
- status.added = green bold
- status.removed = red bold
- status.deleted = cyan bold
- status.unknown = magenta bold
- status.ignored = white bold
- # and for hg diff output also
- diff.diffline = bold
- diff.extended = cyan bold
- diff.file_a = red bold
- diff.file_b = green bold
- diff.hunk = magenta
- diff.deleted = red
- diff.inserted = green
- diff.changed = white
- diff.trailingwhitespace = bold red_background
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement