[Updated] D8548: tests: add coverage for repo.changelog.children() in the git extension

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Thu May 21 00:13:45 UTC 2020


Closed by commit rHG0a76833c0cfc: tests: add coverage for repo.changelog.children() in the git extension (authored by durin42).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D8548?vs=21417&id=21457

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8548/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8548

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
@@ -199,6 +199,9 @@
      summary:     Add beta
   
 
+  $ hg log -r "children(3d9be8deba43)" -T"{node|short} {children}\n"
+  a1983dd7fb19 3:d8ee22687733
+
 hg annotate
 
   $ hg annotate alpha



To: durin42, #hg-reviewers, indygreg
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200521/b862e8f8/attachment-0002.html>


More information about the Mercurial-patches mailing list