Created
February 22, 2012 22:30
-
-
Save nkabir/1888000 to your computer and use it in GitHub Desktop.
reviewboard mercurial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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