Show More
@@ -70,9 +70,8 b' The default template mappings (view with' | |||
|
70 | 70 | replaced with customized keywords and templates. Again, run |
|
71 | 71 | :hg:`kwdemo` to control the results of your configuration changes. |
|
72 | 72 | |
|
73 |
Before changing/disabling active keywords, run :hg:`kwshrink` |
|
|
74 |
t |
|
|
75 | history. | |
|
73 | Before changing/disabling active keywords, you must run :hg:`kwshrink` | |
|
74 | to avoid storing expanded keywords in the change history. | |
|
76 | 75 | |
|
77 | 76 | To force expansion after enabling it, or a configuration change, run |
|
78 | 77 | :hg:`kwexpand`. |
@@ -465,8 +464,7 b' def files(ui, repo, *pats, **opts):' | |||
|
465 | 464 | def shrink(ui, repo, *pats, **opts): |
|
466 | 465 | '''revert expanded keywords in the working directory |
|
467 | 466 | |
|
468 |
|
|
|
469 | problems with :hg:`import` or :hg:`merge`. | |
|
467 | Must be run before changing/disabling active keywords. | |
|
470 | 468 | |
|
471 | 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