mercurial - Common HgNotify template configuration -
is there way point common hgnotify configuration in each repositories' hgrc file on windows? have below notify section in each hgrc every repo have on server, , when want create new repo, have copy section 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 i experimenting changing template , repos new template automatically.
update: hg server on windows , served thru iis.
you can use global hgrc file settings repositories. see man hgrc.
Comments
Post a Comment