www/adium.im 816:b4c4910fe8a3: This URL can be https instead.
commits at adium.im
commits at adium.im
Sun Sep 8 09:34:57 UTC 2013
details: http://hg.adium.im/www/adium.im/rev/b4c4910fe8a3
revision: 816:b4c4910fe8a3
branch: adiumx.com
author: Thijs Alkemade <me at thijsalkema.de>
date: Sun Sep 08 11:34:45 2013 +0200
This URL can be https instead.
diffs (12 lines):
diff -r d0c2989f78a4 -r b4c4910fe8a3 beta/index.php
--- a/beta/index.php Sun Sep 08 11:32:25 2013 +0200
+++ b/beta/index.php Sun Sep 08 11:34:45 2013 +0200
@@ -131,7 +131,7 @@
<div class="version">
<div class="summary">
<h3>Version <?=$version["ver"]?> (<?=$version["date"]?>)</h3>
- <p>Revision: <a class="changeset" href="http://hg.adium.im/<?=$repo?>/rev/<?=$version["rev"]?>"><?=$version["rev"]?></a></p>
+ <p>Revision: <a class="changeset" href="https://hg.adium.im/<?=$repo?>/rev/<?=$version["rev"]?>"><?=$version["rev"]?></a></p>
</div>
<?php
readfile(sprintf("../changelogs/%s.htmlfrag", $version["ver"]));
More information about the commits
mailing list