annotate .hgignore @ 149:5e72afea669c

Fix :Hgvdiff with a file that is a copy. Previously, :Hg rename old new :" (A rename is a copy and a deletion of the file with the old name.) :edit new :Hgvdiff " "new: no such file in rev NNNN" was displayed in the window to the right of the new vertical split. Now :Hgvdiff diffs new with old from the head revision.
author Shane Harper <shane@shaneharper.net>
date Sat, 08 Feb 2020 20:52:39 +1100
parents afcd66edd6cc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
7543d240232c Updated .hgignore.
Ludovic Chabant <ludovic@chabant.com>
parents: 1
diff changeset
1 syntax: glob
7543d240232c Updated .hgignore.
Ludovic Chabant <ludovic@chabant.com>
parents: 1
diff changeset
2 *.pyc
1
9241ae881b9f Ignore generated doc tags.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 doc/tags
102
afcd66edd6cc Ignore tags
Ludovic Chabant <ludovic@chabant.com>
parents: 19
diff changeset
4 tags
1
9241ae881b9f Ignore generated doc tags.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5