| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- [ui]
- username = raylu <raylu@google.com>
- editor = vim
- [diff]
- git = True
- [alias]
- dsf = !HGPLAIN=1 $HG diff --pager=on --config pager.pager=diff-so-fancy
- [extensions]
- progress =
- graphlog =
- color =
- journal =
- extdiff =
- unsupported.alices =
- unsupported.colorgraph =
- [alices]
- findings.extra_args = --proxy
- summarize.extra_args = --proxy
- [color]
- color.purple = 93
- 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
- diff.inserted = green
- diff.changed = white
- diff.trailingwhitespace = bold red_background
- graph.edge0=brightblack
- graph.edge1=magenta
- graph.edge2=niceblue
- graph.edge3=red
- graph.edge4=green
- graph.edge5=yellow
- graph.edge6=cyan
- [extdiff]
- cmd.kd = kitty
- opts.kd = +kitten diff
- [graph]
- color.aggressively-recycle = True
- [trainingwheels]
- prevent-push-dirty=false
- [templatealias]
- # hide running and complete findings: http://google3/devtools/piper/hgfission/client/config/google-ui-tweaks.rc;l=720;rcl=392089234
- alices_findings = '{separate(" ", alices_findings_actionable, alices_findings_unknown)}'
- [google_hgext]
- branches.allow-commit-outside-branch = true
|