Mercurial > hg
comparison tests/test-strip.t @ 42602:c7d236b55a3e
py3: fix formatting of branchmap log messages with repo.filtername=None
`"%s" % None` does not work on py3. I've extracted a little function
for producing a formatted message given the filter name.
Differential Revision: https://phab.mercurial-scm.org/D6644
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Sun, 14 Jul 2019 23:21:28 -0700 |
parents | 12243f15d53e |
children | 90d8a2a42d5c |
comparison
equal
deleted
inserted
replaced
42601:862f6bddacce | 42602:c7d236b55a3e |
---|---|
859 bundle2-output-part: "changegroup" (params: 1 mandatory 1 advisory) streamed payload | 859 bundle2-output-part: "changegroup" (params: 1 mandatory 1 advisory) streamed payload |
860 bundle2-output-part: "cache:rev-branch-cache" (advisory) streamed payload | 860 bundle2-output-part: "cache:rev-branch-cache" (advisory) streamed payload |
861 bundle2-output-part: "phase-heads" 24 bytes payload | 861 bundle2-output-part: "phase-heads" 24 bytes payload |
862 saved backup bundle to $TESTTMP/issue4736/.hg/strip-backup/6625a5168474-345bb43d-backup.hg | 862 saved backup bundle to $TESTTMP/issue4736/.hg/strip-backup/6625a5168474-345bb43d-backup.hg |
863 updating the branch cache | 863 updating the branch cache |
864 invalid branchheads cache (served): tip differs | 864 invalid branch cache (served): tip differs |
865 $ hg log -G | 865 $ hg log -G |
866 o changeset: 2:5c51d8d6557d | 866 o changeset: 2:5c51d8d6557d |
867 | tag: tip | 867 | tag: tip |
868 | user: test | 868 | user: test |
869 | date: Thu Jan 01 00:00:00 1970 +0000 | 869 | date: Thu Jan 01 00:00:00 1970 +0000 |