# HG changeset patch # User Oleksandr Gavenko # Date 1267220891 -7200 # Node ID f2fafacd39e66ca35ce29d9629bbd914ec580c55 # Parent e3d3fd4c128b52a970429bb0379cf23383daf02e Useful extension. diff -r e3d3fd4c128b -r f2fafacd39e6 hg.rst --- a/hg.rst Fri Feb 26 23:45:14 2010 +0200 +++ b/hg.rst Fri Feb 26 23:48:11 2010 +0200 @@ -2,6 +2,16 @@ * Useful customization. +** Useful extension. + +Put to your ~/.hgrc: + + [extensions] + ; To allow fetch command. + fetch = + ; To allow Mercurial Queues. + hgext.mq = + ** Multiline log message for log command. By default 'hg log' show only first line of log message. To see all message run: