tests/test-fastannotate-diffopts.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 06 Mar 2024 12:07:31 +0100
changeset 51528 88b0e07dd2cd
parent 39210 1ddb296e0dee
permissions -rw-r--r--
branchcache: show the cache file content in test-branches-obsoletes.t This help to track the changes in format between v2 and v3.

  $ 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