yuja added inline comments. INLINE COMMENTS
> martinvonz wrote in scmutil.py:439 > Makes sense. Okay if I do that in a follow-up so the rest of the stack is not > blocked by this (I will be away until Friday)? I could add it if you're happy with the following change. node = repo.unfiltered().changelog._partialmatch(prefix) repo.changelog.rev(node) # make sure node isn't filtered return node REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3189 To: martinvonz, #hg-reviewers, yuja Cc: yuja, mercurial-devel _______________________________________________ Mercurial-devel mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
