test: test "trouble: " line in log output with multiple troubles

Follow-up on 38b8a4a2230c.
This commit is contained in:
Denis Laxalde 2017-01-06 15:48:22 +01:00
parent 627f47db5c
commit 1bc2883779

View File

@ -798,6 +798,18 @@ reenable for later test
#endif
Several troubles on the same changeset (create an unstable and bumped changeset)
$ hg debugobsolete `getid obsolete_e`
$ hg debugobsolete `getid original_c` `getid babar`
$ hg log --config ui.logtemplate= -r 'bumped() and unstable()'
changeset: 7:50c51b361e60
user: test
date: Thu Jan 01 00:00:00 1970 +0000
trouble: unstable, bumped
summary: add babar
Test incoming/outcoming with changesets obsoleted remotely, known locally
===============================================================================