changeset 32:0bf345e2b5b0

comittemplate: explain with a comment
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 10 Jan 2016 17:33:06 -0500
parents 02305ede4268
children 07121932b366
files hgrc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -51,6 +51,8 @@
 attend = tags, help, annotate, cat, diff, export, status,\
          outgoing, incoming, glog, log, grep, pvr, wip, la, ll
 
+# This changes the default message in commit messages to include the
+# diff I'm about to commit.
 [committemplate]
 changeset = {desc}\n\n
     HG: {extramsg}