D7955: relnotes: copy "next" to "5.3" and clear "next"

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Tue Jan 21 18:33:34 UTC 2020


martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  This is the same thing as we've done for the last two releases.

REPOSITORY
  rHG Mercurial

BRANCH
  stable

REVISION DETAIL
  https://phab.mercurial-scm.org/D7955

AFFECTED FILES
  relnotes/5.3
  relnotes/next

CHANGE DETAILS

diff --git a/relnotes/next b/relnotes/next
--- a/relnotes/next
+++ b/relnotes/next
@@ -1,35 +1,14 @@
 == New Features ==
 
- * Windows will process hgrc files in %PROGRAMDATA%\Mercurial\hgrc.d.
-
 
 == New Experimental Features ==
 
 
 == Bug Fixes  ==
 
- * The `indent()` template function was documented to not indent empty lines,
-   but it still indented the first line even if it was empty. It no longer does
-   that.
 
 == Backwards Compatibility Changes ==
 
 
 == Internal API Changes ==
 
- * Matcher instances no longer have a `explicitdir` property. Consider
-   rewriting your code to use `repo.wvfs.isdir()` and/or
-   `ctx.hasdir()` instead. Also, the `traversedir` property is now
-   also called when only `explicitdir` used to be called. That may
-   mean that you can simply remove the use of `explicitdir` if you
-   were already using `traversedir`.
-
- * The `revlog.nodemap` object have been merged into the `revlog.index` object.
-   * `n in revlog.nodemap` becomes `revlog.index.has_node(n)`,
-   * `revlog.nodemap[n]` becomes `revlog.index.rev(n)`,
-   * `revlog.nodemap.get(n)` becomes `revlog.index.get_rev(n)`.
-
- * `copies.duplicatecopies()` was renamed to
-   `copies.graftcopies()`. Its arguments changed from revision numbers
-   to context objects. It also lost its `repo` and `skip` arguments
-   (they should no longer be needed).
diff --git a/relnotes/next b/relnotes/5.3
copy from relnotes/next
copy to relnotes/5.3



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list