Host Mercurial repos on Bitbucket by default.
authorW. Trevor King <wking@tremily.us>
Sat, 14 Jul 2012 15:55:31 +0000 (11:55 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 14 Jul 2012 15:58:51 +0000 (11:58 -0400)
templates/hgrepo.mdwn

index f2e31f2ce5ff4004d7eeef590adeda0387c0fc59..c44a80ffc16fb51b65706a6fdd68ccf92ec4a72a 100644 (file)
@@ -1,6 +1,6 @@
 <span class="infobox">
 Available in a [[!taglink tags/hg]] repository.<br />
-Repository: <a href="<TMPL_IF url><TMPL_VAR url><TMPL_ELSE>/~wking/code/hg/hgweb.cgi/<TMPL_VAR repo></TMPL_IF>" rel="vcs-hg" title="<TMPL_VAR repo> repository"><TMPL_VAR repo></a><br />
+Repository: <a href="<TMPL_IF url><TMPL_VAR url><TMPL_ELSE>https://bitbucket.org/wtking/<TMPL_VAR repo></TMPL_IF>" rel="vcs-hg" title="<TMPL_VAR repo> repository"><TMPL_VAR repo></a><br />
 Author: <TMPL_UNLESS author>W. Trevor King</TMPL_UNLESS><TMPL_VAR author><br />
 </span>
 
@@ -9,7 +9,7 @@ This template is used to create an infobox for a Mercurial repository. It
 uses these parameters:
 
 * repo - the name of the repository.
-* url - repository url.  Defaults to `/~wking/code/hg/hgweb.cgi/<repo>`.
+* url - repository url.  Defaults to `https://bitbucket.org/wtking/<repo>`.
 * author - the author of the branch.  Defaults to `W. Trevor King`.
 
 It also automatically tags the branch with `tags/hg`.