equal
deleted
inserted
replaced
42 * External hooks are now called with `HGPLAIN=1` preset. |
42 * External hooks are now called with `HGPLAIN=1` preset. |
43 |
43 |
44 * The `branchmap` cache is updated more intelligently and can be |
44 * The `branchmap` cache is updated more intelligently and can be |
45 significantly faster for repositories with many branches and changesets. |
45 significantly faster for repositories with many branches and changesets. |
46 |
46 |
|
47 * The `rev-branch-cache` is now updated incrementally whenever changesets |
|
48 are added. |
|
49 |
47 |
50 |
48 == New Experimental Features == |
51 == New Experimental Features == |
49 |
52 |
50 * `experimental.single-head-per-branch:public-changes-only` can be used |
53 * `experimental.single-head-per-branch:public-changes-only` can be used |
51 restrict the single head check to public revision. This is useful for |
54 restrict the single head check to public revision. This is useful for |