##// END OF EJS Templates
chg: use --daemon-postexec chdir:/ instead of --cwd /...
chg: use --daemon-postexec chdir:/ instead of --cwd / The chgserver is designed to load repo config from current directory. "--cwd /" will prevent chgserver from loading repo config and generate a wrong confighash, which will result in a redirect loop. This patch removes "--cwd /" and uses "--daemon-postexec chdir:/" instead.

File last commit:

r26421:4b0fc75f default
r28453:8a7110e3 default
Show More
Welcome.html
20 lines | 795 B | text/html | HtmlLexer
Vadim Gelfer
make stuff for macos x binary package....
r1686 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Bryan O'Sullivan
Update binary installer files.
r4723 <!-- This is the second screen displayed during the install. -->
Vadim Gelfer
make stuff for macos x binary package....
r1686 <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<style type="text/css">
Lee Cantey
Update Windows and Mac installers to 0.9.1 release
r2681 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica}
Vadim Gelfer
make stuff for macos x binary package....
r1686 p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
</style>
</head>
<body>
Matt Mackall
urls: bulk-change primary website URLs
r26421 <p class="p1">This is a prepackaged release of <a href="https://mercurial-scm.org/">Mercurial</a> for Mac OS X.</p>
Vadim Gelfer
make stuff for macos x binary package....
r1686 <p class="p2"><br></p>
Lee Cantey
Update Windows and Mac installers to 0.9.1 release
r2681 <br>
Matt Mackall
Remove hard-coded version numbers and release notes from packaging
r3863 <p>
Matt Mackall
urls: bulk-change primary website URLs
r26421 Please be sure to read the latest <a href="https://mercurial-scm.org/wiki/WhatsNew">release notes</a>.</p>
Vadim Gelfer
make stuff for macos x binary package....
r1686 </body>
</html>