Mercurial > evolve
view tests/test-options.t @ 5540:b723805d7fe1 stable
test: adjust output to current stable
By keeping a changeset visible longer, the `tip` is no longer at location it was
previously. This is harmess for the test itself.
CORE-TEST-OUTPUT-UPDATE: aaeccdb6e654
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 17 Sep 2020 20:05:39 +0200 |
parents | 9bce7e6c18b3 |
children | cb39b767ad3c bf8638b5c526 |
line wrap: on
line source
$ cat >> $HGRCPATH <<EOF > [ui] > logtemplate={rev}:{node|short}[{bookmarks}] ({obsolete}/{phase}) {desc|firstline}\n > [extensions] > EOF $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH $ mkcommit() { > echo "$1" > "$1" > hg add "$1" > hg ci -m "add $1" > } $ hg init repo $ cd repo $ mkcommit a $ mkcommit b test disabling commands $ cat >> .hg/hgrc <<EOF > [experimental] > evolution=createmarkers > allowunstable > exchange > EOF $ hg prune hg: unknown command 'prune' (use 'hg help' for a list of commands) [255]