# HG changeset patch # User Oleksandr Gavenko # Date 1267220700 -7200 # Node ID 4af75f7ab9471ca5159b9b4d52647c158588dcee # Parent bb7f69ae849a2e508ff8c35bf2b3e7041e1f77b9 Multiline log message for log command. diff -r bb7f69ae849a -r 4af75f7ab947 hg.rst --- 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: