Mercurial > hg
annotate contrib/plan9/hgrc.d/9diff.rc @ 22575:d7f7f1860f00
ssl: on OS X, use a dummy cert to trick Python/OpenSSL to use system CA certs
This will give PKI-secure behaviour out of the box, without any configuration.
Setting web.cacerts to any value or empty will disable this trick.
This dummy cert trick only works on OS X 10.6+, but 10.5 had Python 2.5 which
didn't have certificate validation at all.
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Fri, 26 Sep 2014 02:19:48 +0200 |
parents | ba89c3872801 |
children |
rev | line source |
---|---|
16442
9181188ffb5b
plan9: finalize documentation for next release
Steven Stallion <sstallion@gmail.com>
parents:
16383
diff
changeset
|
1 # The 9diff extdiff command generates diff(1) compatible output |
9181188ffb5b
plan9: finalize documentation for next release
Steven Stallion <sstallion@gmail.com>
parents:
16383
diff
changeset
|
2 # suitable for use with the plumber(4). |
16383
f5dd179bfa4a
plan9: initial support for plan 9 from bell labs
Steven Stallion <sstallion@gmail.com>
parents:
diff
changeset
|
3 [extensions] |
f5dd179bfa4a
plan9: initial support for plan 9 from bell labs
Steven Stallion <sstallion@gmail.com>
parents:
diff
changeset
|
4 extdiff = |
f5dd179bfa4a
plan9: initial support for plan 9 from bell labs
Steven Stallion <sstallion@gmail.com>
parents:
diff
changeset
|
5 |
f5dd179bfa4a
plan9: initial support for plan 9 from bell labs
Steven Stallion <sstallion@gmail.com>
parents:
diff
changeset
|
6 [extdiff] |
19617
ba89c3872801
hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
Jeff Sickel <jas@corpus-callosum.com>
parents:
16442
diff
changeset
|
7 9diff = /bin/mercurial/9diff -cm $parent $child $root |