tests/test-dirstate-nonnormalset.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 16 Feb 2021 06:02:09 +0100
changeset 46541 60c52bdb1784
parent 45765 ed84a4d48910
permissions -rw-r--r--
test-copies: improve description of the C+H case This will make its role clearer. Differential Revision: https://phab.mercurial-scm.org/D10045

  $ cat >> $HGRCPATH << EOF
  > [command-templates]
  > log="{rev}:{node|short} ({phase}) [{tags} {bookmarks}] {desc|firstline}\n"
  > [extensions]
  > dirstateparanoidcheck = $TESTDIR/../contrib/dirstatenonnormalcheck.py
  > [experimental]
  > nonnormalparanoidcheck = True
  > [devel]
  > all-warnings=True
  > EOF
  $ mkcommit() {
  >    echo "$1" > "$1"
  >    hg add "$1"
  >    hg ci -m "add $1"
  > }

  $ hg init testrepo
  $ cd testrepo
  $ mkcommit a
  $ mkcommit b
  $ mkcommit c
  $ hg status