equal
deleted
inserted
replaced
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 hgext.fetch = |
32 ; To allow Mercurial Queues. |
32 ; To allow Mercurial Queues. |
33 hgext.mq = |
33 hgext.mq = |
|
34 ; To import revisions from foreign VCS repositories into Mercurial. |
|
35 hgext.convert = |
|
36 ; Usage: hg glog <dir> |
|
37 hgext.graphlog = |
34 ; Enable '.hgeol' tracking (fix for CR/LF). |
38 ; Enable '.hgeol' tracking (fix for CR/LF). |
35 eol = |
39 hgext.eol = |
36 |
40 |
37 ** Multiline log message for log command. |
41 ** Multiline log message for log command. |
38 |
42 |
39 By default 'hg log' show only first line of log message. To see all message run: |
43 By default 'hg log' show only first line of log message. To see all message run: |
40 |
44 |