- From: SVG Working Group repository <cam@mcc.id.au>
- Date: Mon, 20 Aug 2012 02:31:48 -0700
- To: public-svg-wg@w3.org
details: svg-repo-hooks/rev/f6d626a1b7b9
branches:
changeset: 23:f6d626a1b7b9
user: Cameron McCormack <cam@mcc.id.au>
date: Mon Aug 20 19:32:19 2012 +1000
description:
Set web baseurl globally.
diffstat:
hgrc | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (30 lines):
diff --git a/hgrc b/hgrc
--- a/hgrc
+++ b/hgrc
@@ -41,21 +41,25 @@ hgext.notify =
[email]
from = SVG Working Group repository <cam@mcc.id.au>
[smtp]
host = localhost
+[web]
+baseurl = https://svgwg.org/hg/
+
+
[notify]
sources = serve push pull bundle
config =
maxsubject = 72
-test = False
+#test = False
# Number of path components to strip.
strip = 6
template =
details: {baseurl}{webroot}/rev/{node|short}
branches: {branches}
changeset: {rev}:{node|short}
Received on Monday, 20 August 2012 09:32:53 UTC