##// END OF EJS Templates
clone: avoid using repo.lookup() with binary nodeid...
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

File last commit:

r36625:c6061cad default
r37498:c569e51e default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer