tests/test-fastannotate-diffopts.t
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 07 Jan 2021 13:57:21 -0800
changeset 46277 ed2f2150d57c
parent 39210 1ddb296e0dee
permissions -rw-r--r--
shelve: move method for reading .hg to new shelf class Differential Revision: https://phab.mercurial-scm.org/D9704

  $ 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