Skip to content
Snippets Groups Projects
Commit d739f423 authored by Martin von Zweigbergk's avatar Martin von Zweigbergk
Browse files

repo: look up nullrev context by revnum, not symbolic name

I think lookup of the 'null' symbol should be done via
scmutil.revsymbol() and repo['null'] is only supported for historical
reasons. However, repo[nullrev] is fine, so we can switch to that
instead of switching to scmutil.revsymbol('null').

Differential Revision: https://phab.mercurial-scm.org/D4780
parent f6874567
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment