equal
deleted
inserted
replaced
33 Before changing/disabling active keywords, run "hg kwshrink" to avoid |
33 Before changing/disabling active keywords, run "hg kwshrink" to avoid |
34 the risk of inadvertedly storing expanded keywords in the change history. |
34 the risk of inadvertedly storing expanded keywords in the change history. |
35 |
35 |
36 To force expansion after enabling it, or a configuration change, run |
36 To force expansion after enabling it, or a configuration change, run |
37 "hg kwexpand". |
37 "hg kwexpand". |
|
38 |
|
39 Also, when committing with the record extension or using mq's qrecord, be aware |
|
40 that keywords cannot be updated. Again, run "hg kwexpand" on the files in |
|
41 question to update keyword expansions after all changes have been checked in. |
38 |
42 |
39 Expansions spanning more than one line and incremental expansions, |
43 Expansions spanning more than one line and incremental expansions, |
40 like CVS' $Log$, are not supported. A keyword template map |
44 like CVS' $Log$, are not supported. A keyword template map |
41 "Log = {desc}" expands to the first line of the changeset description. |
45 "Log = {desc}" expands to the first line of the changeset description. |
42 |
46 |