hg.rst
changeset 311 e3d3fd4c128b
parent 310 4af75f7ab947
child 312 f2fafacd39e6
equal deleted inserted replaced
310:4af75f7ab947 311:e3d3fd4c128b
    10 
    10 
    11 or put into ~/.hgrc:
    11 or put into ~/.hgrc:
    12 
    12 
    13   [defaults]
    13   [defaults]
    14   log = -v
    14   log = -v
       
    15 
       
    16 ** Follow history ever when file copied.
       
    17 
       
    18 By default 'hg log' show only history after last file copy. To see log message
       
    19 before copying run:
       
    20 
       
    21   $ hg log -f
       
    22 
       
    23 or put into ~/.hgrc:
       
    24 
       
    25   [defaults]
       
    26   log = -f
    15 
    27 
    16 * Manage patches with MQ.
    28 * Manage patches with MQ.
    17 
    29 
    18 First enable MQ, add following to your ~/.hgrc:
    30 First enable MQ, add following to your ~/.hgrc:
    19 
    31