hg.rst
changeset 310 4af75f7ab947
parent 295 d3f8534dadf9
child 311 e3d3fd4c128b
--- a/hg.rst	Tue Feb 23 21:45:48 2010 +0200
+++ b/hg.rst	Fri Feb 26 23:45:00 2010 +0200
@@ -1,5 +1,18 @@
 -*- mode: outline; coding: utf-8 -*-
 
+* Useful customization.
+
+** Multiline log message for log command.
+
+By default 'hg log' show only first line of log message. To see all message run:
+
+  $ hg log -v
+
+or put into ~/.hgrc:
+
+  [defaults]
+  log = -v
+
 * Manage patches with MQ.
 
 First enable MQ, add following to your ~/.hgrc: