equal
deleted
inserted
replaced
33 Again, run "hg kwdemo" to control the results of your config changes. |
33 Again, run "hg kwdemo" to control the results of your config changes. |
34 |
34 |
35 When you change keyword configuration, especially the active keywords, |
35 When you change keyword configuration, especially the active keywords, |
36 and do not want to store expanded keywords in change history, run |
36 and do not want to store expanded keywords in change history, run |
37 "hg kwshrink", and then change configuration. |
37 "hg kwshrink", and then change configuration. |
|
38 |
|
39 Expansions spanning more than one line and incremental exapansions |
|
40 (like CVS' $Log$) are not supported. A keyword template map |
|
41 "Log = {desc}" expands to the first line of the changeset description. |
38 |
42 |
39 Caveat: "hg import" fails if the patch context contains an active |
43 Caveat: "hg import" fails if the patch context contains an active |
40 keyword. In that case run "hg kwshrink", reimport, and then |
44 keyword. In that case run "hg kwshrink", reimport, and then |
41 "hg kwexpand". |
45 "hg kwexpand". |
42 Or, better, use bundle/unbundle to share changes. |
46 Or, better, use bundle/unbundle to share changes. |