comparison tests/test-bisect3.t @ 46798:f51ff655d338

bisect: use standard one-line commit summary This makes bisect use the standardized support for one-line commit summary I added a while back. That means that it will respect the `command-templates.oneline-summary` config. If also means that the default output now includes the first line of the commit message (see test impact). Differential Revision: https://phab.mercurial-scm.org/D10245
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 19 Mar 2021 23:16:09 -0700
parents 7c324f65e4ef
children
comparison
equal deleted inserted replaced
46797:bcdcb4423ae3 46798:f51ff655d338
70 70
71 $ hg bisect --reset 71 $ hg bisect --reset
72 $ hg bisect --good 4 72 $ hg bisect --good 4
73 $ hg bisect --good 6 73 $ hg bisect --good 6
74 $ hg bisect --bad 12 74 $ hg bisect --bad 12
75 Testing changeset 9:2197c557e14c (6 changesets remaining, ~2 tests) 75 Testing changeset 9:2197c557e14c "9=8+3" (6 changesets remaining, ~2 tests)
76 1 files updated, 0 files merged, 1 files removed, 0 files unresolved 76 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
77 $ hg bisect --bad 10 77 $ hg bisect --bad 10
78 Testing changeset 8:e74a86251f58 (4 changesets remaining, ~2 tests) 78 Testing changeset 8:e74a86251f58 "8" (4 changesets remaining, ~2 tests)
79 0 files updated, 0 files merged, 1 files removed, 0 files unresolved 79 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
80 $ hg bisect --skip 7 80 $ hg bisect --skip 7
81 Testing changeset 8:e74a86251f58 (4 changesets remaining, ~2 tests) 81 Testing changeset 8:e74a86251f58 "8" (4 changesets remaining, ~2 tests)
82 0 files updated, 0 files merged, 0 files removed, 0 files unresolved 82 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
83 83
84 test template 84 test template
85 85
86 $ hg log --template '{rev}:{node|short} {bisect}\n' 86 $ hg log --template '{rev}:{node|short} {bisect}\n'