Mercurial > hg-stable
comparison tests/test-bisect.t @ 33902:e5d104c35e51
morestatus: check whether the conflict message is None before printing
There are cases like bisect when the conflict message can be None. So we make
sure that we don't print None in that case.
Thanks to Martin for catching this.
Differential Revision: https://phab.mercurial-scm.org/D461
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 21 Aug 2017 16:43:37 +0530 |
parents | 6c1a9fd8361b |
children | 403040b5a5bd |
comparison
equal
deleted
inserted
replaced
33901:8d75b9effa07 | 33902:e5d104c35e51 |
---|---|
185 $ hg bisect -r | 185 $ hg bisect -r |
186 $ hg bisect -b | 186 $ hg bisect -b |
187 $ hg status -v | 187 $ hg status -v |
188 # The repository is in an unfinished *bisect* state. | 188 # The repository is in an unfinished *bisect* state. |
189 | 189 |
190 None | |
191 # To mark the changeset good: hg bisect --good | 190 # To mark the changeset good: hg bisect --good |
192 # To mark the changeset bad: hg bisect --bad | 191 # To mark the changeset bad: hg bisect --bad |
193 # To abort: hg bisect --reset | 192 # To abort: hg bisect --reset |
194 | 193 |
195 $ hg status -v --config commands.status.skipstates=bisect | 194 $ hg status -v --config commands.status.skipstates=bisect |