##// END OF EJS Templates
keyword: update documentation for kwshrink...
Christian Ebert -
r13270:1e0d631b default
parent child Browse files
Show More
@@ -70,9 +70,8 b' The default template mappings (view with'
70 replaced with customized keywords and templates. Again, run
70 replaced with customized keywords and templates. Again, run
71 :hg:`kwdemo` to control the results of your configuration changes.
71 :hg:`kwdemo` to control the results of your configuration changes.
72
72
73 Before changing/disabling active keywords, run :hg:`kwshrink` to avoid
73 Before changing/disabling active keywords, you must run :hg:`kwshrink`
74 the risk of inadvertently storing expanded keywords in the change
74 to avoid storing expanded keywords in the change history.
75 history.
76
75
77 To force expansion after enabling it, or a configuration change, run
76 To force expansion after enabling it, or a configuration change, run
78 :hg:`kwexpand`.
77 :hg:`kwexpand`.
@@ -465,8 +464,7 b' def files(ui, repo, *pats, **opts):'
465 def shrink(ui, repo, *pats, **opts):
464 def shrink(ui, repo, *pats, **opts):
466 '''revert expanded keywords in the working directory
465 '''revert expanded keywords in the working directory
467
466
468 Run before changing/disabling active keywords or if you experience
467 Must be run before changing/disabling active keywords.
469 problems with :hg:`import` or :hg:`merge`.
470
468
471 kwshrink refuses to run if given files contain local changes.
469 kwshrink refuses to run if given files contain local changes.
472 '''
470 '''
General Comments 0
You need to be logged in to leave comments. Login now