Mercurial > hg
comparison hgext/releasenotes.py @ 37450:81d35d5d35f9
bookmarks: introduce a repo._bookmarks.changectx(mark) method and use it
Many places were doing repo[mark], which usually works, but it's
slightly incorrect: if the bookmark has a name that matches a full hex
nodeid of another node, then the context for the other node will be
returned instead. Also, I'm about to remove support for
repo[<namespace thing>] :)
Differential Revision: https://phab.mercurial-scm.org/D3162
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 06 Apr 2018 11:29:30 -0700 |
parents | a5891e94bfe1 |
children | 3fc2ef49959c |
comparison
equal
deleted
inserted
replaced
37449:a0d71618074f | 37450:81d35d5d35f9 |
---|