Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/worker.py @ 50784:363620b934aa stable
revlog: fix a bug where NULL_NODE failed to be resolved to NULL_REV
The problem is that nodemap already takes care about NULL_NODE
resolution (in `validate_candidate` in `nodemap.rs`), so the special
handling in `rev_from_node` is unnecessary and incorrect.
author | Arseniy Alekseyev <aalekseyev@janestreet.com> |
---|---|
date | Wed, 13 Sep 2023 18:28:51 +0100 |
parents | 3eef8baf6b92 |
children | d0b8bbf603d7 |
comparison
equal
deleted
inserted
replaced
50783:2dcb6a6c7540 | 50784:363620b934aa |
---|