##// END OF EJS Templates
help: document about "files" template keywords
help: document about "files" template keywords

File last commit:

r39243:1ddb296e default
r39968:e743907d default
Show More
test-fastannotate-diffopts.t
33 lines | 347 B | text/troff | Tads3Lexer
/ tests / test-fastannotate-diffopts.t
$ 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