annotate .hgignore @ 113:8718e6dbea1e

Fix a bug with `:Hgstatus` showing diff summaries in its own window. This could happen when the user would commit from the status window, and do a `:Hgstatusvdiffsum` right away. It wouldn't find the previous window because it would be gone (the commit message window), so it would split the status window itself, which is often too small. Now Lawrencium tries to avoid picking the status window itself, and will just find any other window instead.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 27 Dec 2014 17:58:36 -0800
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