Mercurial > hg
changeset 44854:572f98a6f6af
tests: add coverage for repo.changelog.findmissing() in test-git-interop.t
This at least does a basic test of the method. It's not
super-complete, but it's better than the nothing we'd otherwise have.
Differential Revision: https://phab.mercurial-scm.org/D8547
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 18 May 2020 12:41:16 -0400 |
parents | ba5688e3b3bd |
children | 1d2d353e5c4a |
files | tests/test-git-interop.t |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-git-interop.t Mon May 18 13:18:05 2020 -0400 +++ b/tests/test-git-interop.t Mon May 18 12:41:16 2020 -0400 @@ -248,3 +248,5 @@ $ hg log -r ae1ab744f95bfd5b07cf573baef98a778058537b --template "{shortest(node,1)}\n" ae +This coveres changelog.findmissing() + $ hg merge --preview 3d9be8deba43