Skip to content

Instantly share code, notes, and snippets.

@nkabir
Created February 22, 2012 22:30
Show Gist options
  • Select an option

  • Save nkabir/1888000 to your computer and use it in GitHub Desktop.

Select an option

Save nkabir/1888000 to your computer and use it in GitHub Desktop.
reviewboard mercurial
[ui]
# change this to your email address
username = Alice Smith <asmith@example.com>
editor=vi
merge=meld
[trusted]
users = www-data
groups = www-data
[email]
method = smtp
# change this to your email address
from = Alice Smith <asmith@example.com>
[smtp]
# change this to your smtp server
host = smtp.example.com
tls = false
[extensions]
progress =
hgext.hgk=
hgext.graphlog=
hgext.patchbomb=
hgext.extdiff=
reviewboard = ~/hgdev/com.googlecode/mercurial-reviewboard
[extdiff]
cmd.cdiff = colordiff
opts.cdiff = -uprN
[reviewboard]
# change this to your reviewboard server
server = http://reviews.example.lan
# change this to your reviewboard username
user = asmith
target_groups = developers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment