Mercurial > public > mercurial-scm > hg
diff hgext/git/manifest.py @ 47050:ce24a00fe7f0 stable
git: pass the correct type to the sqlite3 query for baselog.hasnode()
It looks like this function is mostly used in exchange (which isn't supported
now) and histedit (which crashes). But I did verify in a REPL that passing
bytes to `db.execute()` fails to find the row, whereas passing str works.
Differential Revision: https://phab.mercurial-scm.org/D10526
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 27 Apr 2021 17:54:08 -0400 |
parents | 89a2afe31e82 |
children | 6000f5b25c9b |