Windows 上の各リポジトリの hgrc ファイルで共通の HgNotify 構成を指す方法はありますか? サーバー上にあるすべてのレポについて、各 hgrc に以下の通知セクションがあります。新しいレポを作成する場合は、このセクションを hgrc にコピーする必要があります。
[notify]
sources = serve push pull bundle
#For template, see: http://hgbook.red-bean.com/read/customizing-the-output-of-mercurial.html
strip=3
template =
files:
{files}
details: {baseurl}/rev/{node|short}
branches: {branches}
changeset: {rev}:{node|short}
user: {author}
date: {date|date}
description:
{desc}
=================\n
test=false
maxdiff = 0
config=D:\hg\Repositories\HgNotify\NotificationList.txt
テンプレートの変更を試みており、すべてのリポジトリが新しいテンプレートを自動的に取得するようにしたいと考えています。
更新: Hg サーバーは Windows 上にあり、IIS を介して提供されます。