tests/test-keyword.out
branch0.9.2compat
changeset 360 ed06223f88fc
parent 359 4ac7e51443fe
child 366 b1105cc0982f
equal deleted inserted replaced
359:4ac7e51443fe 360:ed06223f88fc
    28 that keywords cannot be updated. Again, run "hg kwexpand" on the files in
    28 that keywords cannot be updated. Again, run "hg kwexpand" on the files in
    29 question to update keyword expansions after all changes have been checked in.
    29 question to update keyword expansions after all changes have been checked in.
    30 Expansions spanning more than one line and incremental expansions,
    30 Expansions spanning more than one line and incremental expansions,
    31 like CVS' $Log$, are not supported. A keyword template map
    31 like CVS' $Log$, are not supported. A keyword template map
    32 "Log = {desc}" expands to the first line of the changeset description.
    32 "Log = {desc}" expands to the first line of the changeset description.
    33 Caveat: "hg import" fails if the patch context contains an active
    33 Caveat: With Mercurial versions prior to 4574925db5c0 "hg import" might
    34         keyword. In that case run "hg kwshrink", and then reimport.
    34         cause rejects if the patch context contains an active keyword.
       
    35         In that case run "hg kwshrink", and then reimport.
    35         Or, better, use bundle/unbundle to share changes.
    36         Or, better, use bundle/unbundle to share changes.
    36  kwcat      output the current or given revision of files expanding keywords
    37  kwcat      output the current or given revision of files expanding keywords
    37  kwdemo     print [keywordmaps] configuration and an expansion example
    38  kwdemo     print [keywordmaps] configuration and an expansion example
    38  kwexpand   expand keywords in working directory
    39  kwexpand   expand keywords in working directory
    39  kwfiles    print files currently configured for keyword expansion
    40  kwfiles    print files currently configured for keyword expansion