Show More
@@ -37,7 +37,11 b'' | |||||
37 | is also supported by "premerge" as |
|
37 | is also supported by "premerge" as | |
38 | `merge-tools.<tool>.premerge=keep-mergediff`. |
|
38 | `merge-tools.<tool>.premerge=keep-mergediff`. | |
39 |
|
39 | |||
40 | * External hooks are now called with `HGPLAIN=1` preset. |
|
40 | * External hooks are now called with `HGPLAIN=1` preset. This has the side | |
|
41 | effect of ignoring aliases, templates, revsetaliases, and a few other config | |||
|
42 | options in any `hg` command spawned by the hook. The previous behavior | |||
|
43 | can be restored by setting HGPLAINEXCEPT appropriately in the parent process. | |||
|
44 | See `hg help environment` for the list of items, and how to set it. | |||
41 |
|
45 | |||
42 | * The `branchmap` cache is updated more intelligently and can be |
|
46 | * The `branchmap` cache is updated more intelligently and can be | |
43 | significantly faster for repositories with many branches and changesets. |
|
47 | significantly faster for repositories with many branches and changesets. |
General Comments 0
You need to be logged in to leave comments.
Login now