Created
September 22, 2011 13:16
-
-
Save kunday/1234739 to your computer and use it in GitHub Desktop.
Hgrc
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
| [extensions] | |
| color= | |
| progress= | |
| hgext.fetch= | |
| pager= | |
| rebase = | |
| hgext.extdiff = | |
| hgext.purge= | |
| mq= | |
| [extdiff] | |
| cmd.ksdiff = /usr/local/bin/ksdiff-wrapper | |
| opts.ksdiff = hg | |
| [diff] | |
| git = True | |
| [defaults] | |
| cdiff = -q | |
| [ui] | |
| username = Your Name <email@email.com> | |
| editor = vim | |
| [extdiff] | |
| cmd.cdiff = colordiff | |
| opts.cdiff = -uprN | |
| [pager] | |
| pager = LESS='FSRX' less | |
| ignore = version, help, update, serve, record | |
| [alias] | |
| pull = pull --rebase | |
| show = log --color=always -pr | |
| slog = log --style=/Users/ref_to/Utils/mercurial-cli-templates/map-cmdline.slog | |
| nlog = log --style=/Users/ref-to/Utils/mercurial-cli-templates/map-cmdline.nlog | |
| sglog = log --style=/Users/ref-to/Utils/mercurial-cli-templates/map-cmdline.sglog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment