tests/test-fastannotate-diffopts.t
author Ian Moody <moz-ian@perix.co.uk>
Sat, 09 Mar 2019 01:00:25 +0000
changeset 41901 a98dabdb5a7b
parent 39210 1ddb296e0dee
permissions -rw-r--r--
py3: convert URL to str before passing it to request Differential Revision: https://phab.mercurial-scm.org/D6106

  $ 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