comparison tests/test-obsolete.t @ 30711:c03627d87d9d

test: test "trouble: " line in log output with multiple troubles Follow-up on f05ede08dcf7.
author Denis Laxalde <denis.laxalde@logilab.fr>
date Fri, 06 Jan 2017 15:48:22 +0100
parents 318a24b52eeb
children 5dde81de1e6d
comparison
equal deleted inserted replaced
30710:7e95e70bad57 30711:c03627d87d9d
796 $ echo '[experimental]' >> $HGRCPATH 796 $ echo '[experimental]' >> $HGRCPATH
797 $ echo "evolution=createmarkers,exchange" >> $HGRCPATH 797 $ echo "evolution=createmarkers,exchange" >> $HGRCPATH
798 798
799 #endif 799 #endif
800 800
801 Several troubles on the same changeset (create an unstable and bumped changeset)
802
803 $ hg debugobsolete `getid obsolete_e`
804 $ hg debugobsolete `getid original_c` `getid babar`
805 $ hg log --config ui.logtemplate= -r 'bumped() and unstable()'
806 changeset: 7:50c51b361e60
807 user: test
808 date: Thu Jan 01 00:00:00 1970 +0000
809 trouble: unstable, bumped
810 summary: add babar
811
812
801 Test incoming/outcoming with changesets obsoleted remotely, known locally 813 Test incoming/outcoming with changesets obsoleted remotely, known locally
802 =============================================================================== 814 ===============================================================================
803 815
804 This test issue 3805 816 This test issue 3805
805 817