comparison tests/test-phases.t @ 22765:55dcc7fb731c

log: do not hide the public phase in debug mode (BC) When 51fc43253a52 introduced phases to the `hg log --debug` output, it also disabled outputting public phase. At the same time, it always shows phases in the default template, `hg log --debug -T default`. Those two should produce the same output, but they don't. I think it makes a lot more sense to always show all phases. There's already loss of backwards compatibility in this case when using a newer hg on an old hg repo, since draft commits will show up in the output of `hg log --debug`. Finally, I just don't think that any sort of information should be hidden with --debug. This flag should be about showing as much information as possible.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sat, 04 Oct 2014 16:28:28 -0400
parents 7731a2281cf0
children fab9dda0f2a3
comparison
equal deleted inserted replaced
22764:1e2f54a149e8 22765:55dcc7fb731c
338 description: 338 description:
339 C 339 C
340 340
341 341
342 changeset: 1:27547f69f25460a52fff66ad004e58da7ad3fb56 342 changeset: 1:27547f69f25460a52fff66ad004e58da7ad3fb56
343 phase: public
343 parent: 0:4a2df7238c3b48766b5e22fafbb8a2f506ec8256 344 parent: 0:4a2df7238c3b48766b5e22fafbb8a2f506ec8256
344 parent: -1:0000000000000000000000000000000000000000 345 parent: -1:0000000000000000000000000000000000000000
345 manifest: 1:cb5cbbc1bfbf24cc34b9e8c16914e9caa2d2a7fd 346 manifest: 1:cb5cbbc1bfbf24cc34b9e8c16914e9caa2d2a7fd
346 user: test 347 user: test
347 date: Thu Jan 01 00:00:00 1970 +0000 348 date: Thu Jan 01 00:00:00 1970 +0000
350 description: 351 description:
351 B 352 B
352 353
353 354
354 changeset: 0:4a2df7238c3b48766b5e22fafbb8a2f506ec8256 355 changeset: 0:4a2df7238c3b48766b5e22fafbb8a2f506ec8256
356 phase: public
355 parent: -1:0000000000000000000000000000000000000000 357 parent: -1:0000000000000000000000000000000000000000
356 parent: -1:0000000000000000000000000000000000000000 358 parent: -1:0000000000000000000000000000000000000000
357 manifest: 0:007d8c9d88841325f5c6b06371b35b4e8a2b1a83 359 manifest: 0:007d8c9d88841325f5c6b06371b35b4e8a2b1a83
358 user: test 360 user: test
359 date: Thu Jan 01 00:00:00 1970 +0000 361 date: Thu Jan 01 00:00:00 1970 +0000