tests/test-keyword.out
changeset 201 e826c3cdc52d
parent 189 247159261ba5
child 202 e2a2f9ca8271
equal deleted inserted replaced
200:7eae2cfd26fa 201:e826c3cdc52d
    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.