equal
deleted
inserted
replaced
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 |