hg.rst
changeset 817 df347f6a491f
parent 815 4e8e511bd02e
child 818 f73cf47ef8f6
equal deleted inserted replaced
816:899714a95c54 817:df347f6a491f
    25 ** Useful extension.
    25 ** Useful extension.
    26 
    26 
    27 Put to your ~/.hgrc:
    27 Put to your ~/.hgrc:
    28 
    28 
    29   [extensions]
    29   [extensions]
    30   ; To allow fetch command.
    30   ; To allow 'fetch' command.
    31   fetch =
    31   fetch =
    32   ; To allow Mercurial Queues.
    32   ; To allow Mercurial Queues.
    33   hgext.mq =
    33   hgext.mq =
       
    34   ; Enable '.hgeol' tracking (fix for CR/LF).
       
    35   eol =
    34 
    36 
    35 ** Multiline log message for log command.
    37 ** Multiline log message for log command.
    36 
    38 
    37 By default 'hg log' show only first line of log message. To see all message run:
    39 By default 'hg log' show only first line of log message. To see all message run:
    38 
    40