D6885: relnotes: mention API change from https://phab.mercurial-scm.org/D6884

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Thu Sep 26 17:47:29 UTC 2019


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

REPOSITORY
  rHG Mercurial

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

AFFECTED FILES
  relnotes/next

CHANGE DETAILS

diff --git a/relnotes/next b/relnotes/next
--- a/relnotes/next
+++ b/relnotes/next
@@ -28,3 +28,7 @@
 
 == Internal API Changes ==
 
+ * `mercurial.bookmarks.bmstore` no longer has a convenience method
+   for looking up changectx instances from a bookmark name. Use
+   `repo[repo.bookmarks[name]]` intead of
+   `repo.bookmarks.changectx(name)`.



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


More information about the Mercurial-devel mailing list