[Updated] D10523: tests: add coverage for git.changelog.headrevs(...)

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Mon May 3 14:07:28 UTC 2021


Closed by commit rHG8d733cbc2724: tests: add coverage for git.changelog.headrevs(...) (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D10523?vs=27175&id=27431

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

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

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
@@ -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
+  
+
+



To: mharbison72, durin42, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210503/2bab0cc4/attachment.html>


More information about the Mercurial-patches mailing list