Mercurial > hg
comparison tests/test-rebase-rename.t @ 37480:c569e51ee449
clone: avoid using repo.lookup() with binary nodeid
The code in hg.clone() is a bit of a mess, but it seems like the
"checkout" variable is always a binary nodeid (tests pass when run
with "assert len(checkout) == 20" before the
repo.lookup()). repo.lookup() will soon work only with string inputs,
so we need remove this use.
Differential Revision: https://phab.mercurial-scm.org/D3191
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Sun, 08 Apr 2018 08:53:43 -0700 |
parents | 4441705b7111 |
children | 45ec64d93b3a |
comparison
equal
deleted
inserted
replaced
37479:d665b4ea7d4c | 37480:c569e51ee449 |
---|