[Request] [+ ] D8547: tests: add coverage for repo.changelog.findmissing() in test-git-interop.t
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Mon May 18 16:49:38 UTC 2020
durin42 created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
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.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D8547
AFFECTED FILES
tests/test-git-interop.t
CHANGE DETAILS
diff --git a/tests/test-git-interop.t b/tests/test-git-interop.t
--- a/tests/test-git-interop.t
+++ b/tests/test-git-interop.t
@@ -248,3 +248,5 @@
$ hg log -r ae1ab744f95bfd5b07cf573baef98a778058537b --template "{shortest(node,1)}\n"
ae
+This coveres changelog.findmissing()
+ $ hg merge --preview 3d9be8deba43
To: durin42, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200518/3ca66046/attachment-0001.html>
More information about the Mercurial-patches
mailing list