Changeset View
Changeset View
Standalone View
Standalone View
tests/test-obshistory.t
This test file test the various messages when accessing obsolete | This test file test the various messages when accessing obsolete | ||||
revisions. | revisions. | ||||
Global setup | Global setup | ||||
============ | ============ | ||||
$ . $TESTDIR/testlib/obsmarker-common.sh | $ . $TESTDIR/testlib/obsmarker-common.sh | ||||
$ cat >> $HGRCPATH <<EOF | $ cat >> $HGRCPATH <<EOF | ||||
> [ui] | > [ui] | ||||
> interactive = true | > interactive = true | ||||
> [phases] | > [phases] | ||||
> publish=False | > publish=False | ||||
> [experimental] | > [experimental] | ||||
> evolution.createmarkers = yes | > evolution.createmarkers = yes | ||||
> evolution.effect-flags = yes | > evolution.effect-flags = yes | ||||
> evolution.allowdivergence=true | |||||
> EOF | > EOF | ||||
Test output on amended commit | Test output on amended commit | ||||
============================= | ============================= | ||||
Test setup | Test setup | ||||
---------- | ---------- | ||||
▲ Show 20 Lines • Show All 548 Lines • Show Last 20 Lines |