Skip to content

Instantly share code, notes, and snippets.

@indygreg
Last active December 16, 2015 23:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indygreg/5511712 to your computer and use it in GitHub Desktop.
Save indygreg/5511712 to your computer and use it in GitHub Desktop.
Mercurial config
[extensions]
color =
graphlog =
histedit =
mq =
pager =
progress =
purge =
rebase =
transplant =
bzexport = ~/src/bzexport/bzexport.py
trychooser = ~/src/trychooser/trychooser
;hggit = ~/src/hg-git/hggit
mqext = ~/src/mqext
qimportbz = ~/src/qimportbz/
[alias]
show = log --patch --verbose --rev
[diff]
git = 1
unified = 8
[defaults]
diff = -pU8
qdiff = -pU8
qnew = -U
qseries = -sv
[mqext]
mqcommit = auto
[pager]
pager = LESS=FRSXQ less
quiet = True
attend = diff,status,log,qdiff,blame,annotate,pdiff,glog,show
[color]
diff.diffline = bold
diff.extended = bold
diff.file_a = bold
diff.file_b = bold
diff.hunk = cyan
diff.deleted = red
diff.inserted = green
diff.changed = white
diff.trailingwhitespace = bold red_background
[hostfingerprints]
bugzilla.mozilla.org = 45:77:35:fd:6f:2c:1c:c2:90:4b:f7:b4:4d:60:c6:97:c5:5c:47:27
hg.mozilla.org = 10:78:e8:57:2d:95:de:7c:de:90:bd:22:e1:38:17:67:c5:a7:9c:14
bitbucket.org = 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment