Move log templates & colors to include file

Sun, 22 Dec 2019 14:11:10 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 22 Dec 2019 14:11:10 -0600
changeset 845
682c71a60aad
parent 844
d82511ead246
child 846
2786ee9990c6

Move log templates & colors to include file

.hgrc file | annotate | diff | comparison | revisions
.hgrc.logtemplates file | annotate | diff | comparison | revisions
--- a/.hgrc
+++ b/.hgrc
@@ -30,31 +30,6 @@ vimdiff.check      = changed, conflicts
 git      = true
 showfunc = true
 
-[color]
-diff.hunk        = cyan
-log.changeset    = magenta
-logcust.date     = green
-logcust.user     = cyan
-logcust.decorate = yellow
-changeset.draft  = dim
-changeset.secret = dim underline
-
-[templates]
-logcust = "{phaseset} -{label('logcust.decorate', decorate)} {desc|strip|firstline} {label('logcust.date', "({date|age})")} {label('logcust.user' , "<{author|person}>")}\n"
-
-[templatealias]
-phaseset = "{label("changeset.{phase}", rev)}:{label('log.changeset', node|short)}"
-decorate = "{if(branches, " ({branches})")}{if(tags, " <{tags}>")}{if(bookmarks, " [{bookmarks}]")}{if(topics, " @{topics}")}"
-
-[committemplate]
-changeset = {desc}\n\n
-    HG: {extramsg}
-    HG: user: {author}\n{ifeq(p2rev, "-1", "",
-   "HG: branch merge\n")
-   }HG: branch '{branch}'\n{if(currentbookmark,
-   "HG: bookmark '{currentbookmark}'\n")  }{subrepos %
-   "HG: subrepo {subrepo}\n"              }
-   {splitlines(diff()) % 'HG: {line}\n'}
-
+%include ~/.hgrc.logtemplates
 %include ~/.hgext/hgrc
 %include ~/.hgrc.local
new file mode 100644
--- /dev/null
+++ b/.hgrc.logtemplates
@@ -0,0 +1,25 @@
+[color]
+diff.hunk        = cyan
+log.changeset    = magenta
+logcust.date     = green
+logcust.user     = cyan
+logcust.decorate = yellow
+changeset.draft  = dim
+changeset.secret = dim underline
+
+[templates]
+logcust = "{phaseset} -{label('logcust.decorate', decorate)} {desc|strip|firstline} {label('logcust.date', "({date|age})")} {label('logcust.user' , "<{author|person}>")}\n"
+
+[templatealias]
+phaseset = "{label("changeset.{phase}", rev)}:{label('log.changeset', node|short)}"
+decorate = "{if(branches, " ({branches})")}{if(tags, " <{tags}>")}{if(bookmarks, " [{bookmarks}]")}{if(topics, " @{topics}")}"
+
+[committemplate]
+changeset = {desc}\n\n
+    HG: {extramsg}
+    HG: user: {author}\n{ifeq(p2rev, "-1", "",
+   "HG: branch merge\n")
+   }HG: branch '{branch}'\n{if(currentbookmark,
+   "HG: bookmark '{currentbookmark}'\n")  }{subrepos %
+   "HG: subrepo {subrepo}\n"              }
+   {splitlines(diff()) % 'HG: {line}\n'}

mercurial