tests/test-fastannotate-diffopts.t
author Thomas Klausner <wiz@gatalith.at>
Sun, 28 Nov 2021 11:27:08 +0100
branchstable
changeset 48346 e6aecc37bfbf
parent 39210 1ddb296e0dee
permissions -rw-r--r--
tests: fix test-fix on NetBSD Differential Revision: https://phab.mercurial-scm.org/D11816

  $ cat >> $HGRCPATH << EOF
  > [extensions]
  > fastannotate=
  > EOF

  $ hg init repo
  $ cd repo

changes to whitespaces

  $ cat >> a << EOF
  > 1
  > 
  >  
  >  2
  > EOF
  $ hg commit -qAm '1'
  $ cat > a << EOF
  >  1
  > 
  > 2
  > 
  > 
  > 3
  > EOF
  $ hg commit -m 2
  $ hg fastannotate -wB a
  0:  1
  0: 
  1: 2
  0: 
  1: 
  1: 3