tests/test-fastannotate-diffopts.t
author Manuel Jacob <me@manueljacob.de>
Sun, 29 May 2022 15:53:01 +0200
changeset 49295 7d9a45c7517f
parent 39210 1ddb296e0dee
permissions -rw-r--r--
py3: remove hack that removed flush argument from print() calls on Python 2

  $ 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