1
0

hgrc 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [ui]
  2. username = raylu <raylu@google.com>
  3. editor = vim
  4. [diff]
  5. git = True
  6. [alias]
  7. dsf = !HGPLAIN=1 $HG diff --pager=on --config pager.pager=diff-so-fancy
  8. [extensions]
  9. progress =
  10. graphlog =
  11. color =
  12. journal =
  13. extdiff =
  14. unsupported.alices =
  15. unsupported.colorgraph =
  16. [alices]
  17. findings.extra_args = --proxy
  18. summarize.extra_args = --proxy
  19. [color]
  20. color.purple = 93
  21. status.modified = red bold
  22. status.added = green bold
  23. status.removed = red
  24. status.deleted = magenta
  25. status.unknown = cyan
  26. status.ignored = black bold
  27. status.clean = none
  28. status.copied = none
  29. diff.diffline = bold
  30. diff.extended = cyan bold
  31. diff.file_a = red bold
  32. diff.file_b = green bold
  33. diff.hunk = blue
  34. diff.deleted = red
  35. diff.inserted = green
  36. diff.changed = white
  37. diff.trailingwhitespace = bold red_background
  38. graph.edge0=brightblack
  39. graph.edge1=magenta
  40. graph.edge2=niceblue
  41. graph.edge3=red
  42. graph.edge4=green
  43. graph.edge5=yellow
  44. graph.edge6=cyan
  45. [extdiff]
  46. cmd.kd = kitty
  47. opts.kd = +kitten diff
  48. [graph]
  49. color.aggressively-recycle = True
  50. [trainingwheels]
  51. prevent-push-dirty=false
  52. [templatealias]
  53. # hide running and complete findings: http://google3/devtools/piper/hgfission/client/config/google-ui-tweaks.rc;l=720;rcl=392089234
  54. alices_findings = '{separate(" ", alices_findings_actionable, alices_findings_unknown)}'
  55. [google_hgext]
  56. branches.allow-commit-outside-branch = true