hg.rst
changeset 310 4af75f7ab947
parent 295 d3f8534dadf9
child 311 e3d3fd4c128b
equal deleted inserted replaced
308:bb7f69ae849a 310:4af75f7ab947
     1 -*- mode: outline; coding: utf-8 -*-
     1 -*- mode: outline; coding: utf-8 -*-
       
     2 
       
     3 * Useful customization.
       
     4 
       
     5 ** Multiline log message for log command.
       
     6 
       
     7 By default 'hg log' show only first line of log message. To see all message run:
       
     8 
       
     9   $ hg log -v
       
    10 
       
    11 or put into ~/.hgrc:
       
    12 
       
    13   [defaults]
       
    14   log = -v
     2 
    15 
     3 * Manage patches with MQ.
    16 * Manage patches with MQ.
     4 
    17 
     5 First enable MQ, add following to your ~/.hgrc:
    18 First enable MQ, add following to your ~/.hgrc:
     6 
    19