comparison tests/test-git-interop.t @ 47047:8d733cbc2724 stable

tests: add coverage for git.changelog.headrevs(...) Differential Revision: https://phab.mercurial-scm.org/D10523
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 27 Apr 2021 12:59:17 -0400
parents 497cedcb6504
children f8fa7ec53517
comparison
equal deleted inserted replaced
47046:497cedcb6504 47047:8d733cbc2724
405 tag: tip 405 tag: tip
406 user: test <test> 406 user: test <test>
407 date: Thu Jan 01 00:00:00 1970 +0000 407 date: Thu Jan 01 00:00:00 1970 +0000
408 summary: remove beta 408 summary: remove beta
409 409
410 410 This covers changelog.headrevs() with a non-None arg
411
412 TODO: Fix the user name. The stray > char also break `hg ci --amend`.
413 $ hg log -r 'heads(.)' -Tcompact
414 7[tip][master] 116aee5ecdff 1970-01-01 00:00 +0000 test>
415 remove beta
416
417
418