changeset 43:df683aa147f6

histedit: increase line length This is so the plan won't truncate commit messages.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 27 Mar 2017 13:02:23 -0400
parents 21a4077a4a2b
children 160ff41a6109
files hgrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -140,6 +140,9 @@
 [revsetalias]
 bt($1) = ::$1 - ::@
 
+[histedit]
+linelen = 160
+
 
 # This is complicated, but cool. For an explanation, see the following url:
 # http://jordi.inversethought.com/blog/customising-mercurial-like-a-pro/