Skip to content

Instantly share code, notes, and snippets.

@yeukhon
Created July 2, 2014 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yeukhon/8bbd376e26f2929dd499 to your computer and use it in GitHub Desktop.
Save yeukhon/8bbd376e26f2929dd499 to your computer and use it in GitHub Desktop.
.hgrc
[ui]
username = Yeuk Hon Wong <yeukhon@acm.org>
[alias]
diff-color = !hg diff --git --color=always | less -r
diff-color-tip = !hg diff -c tip --git --color=always | less -r
diff-color-qtip = !hg diff -c qtip --git --color=always | less -r
pushtry = push -f -rtip try
qlist = qseries -v
latest = log --limit 5
unpublic = phase --draft --force .
[defaults]
qnew = -Ue
[extensions]
mq =
hgext.patchbomb =
color =
purge =
[color]
diff.trailingwhitespace = bold red_background
diff.diffline = bold
diff.hunk = magenta
diff.deleted = red
diff.inserted = green
diff.changed = white
[diff]
git = 1
showfunc = 1
unified = 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment