# HG changeset patch # User Matt Harbison <matt_harbison@yahoo.com> # Date 1619542757 14400 # Tue Apr 27 12:59:17 2021 -0400 # Branch stable # Node ID 8d733cbc27241603d66266f880fb00e92720b734 # Parent 497cedcb6504195f34477671f98293dfc86d3758 tests: add coverage for git.changelog.headrevs(...) Differential Revision: https://phab.mercurial-scm.org/D10523 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 @@ -407,4 +407,12 @@ date: Thu Jan 01 00:00:00 1970 +0000 summary: remove beta +This covers changelog.headrevs() with a non-None arg +TODO: Fix the user name. The stray > char also break `hg ci --amend`. + $ hg log -r 'heads(.)' -Tcompact + 7[tip][master] 116aee5ecdff 1970-01-01 00:00 +0000 test> + remove beta + + +