bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22481: 25.1.50; vc-hg: emacs "deadlocks" after using hg with huge am


From: Dmitry Gutov
Subject: bug#22481: 25.1.50; vc-hg: emacs "deadlocks" after using hg with huge amounts of ignored files in the repo
Date: Sat, 30 Jan 2016 05:50:23 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Thunderbird/44.0

On 01/29/2016 11:42 AM, Jan Synacek wrote:

Please, try my reproducer. The refresh *after* committing a message
tries to display the ignored files.

So, this is the actual problem. Thanks. It would've been great if I didn't have to

for i in $(seq 1 1000000); do echo ignored > ignored-$i.rej; done

which took several minutes on my machine, and took considerable time to clean up, too.

Another way to reproduce this:

- Make changes to a file.
- Undo those changes, so it shows up as 'up-to-date' in vc-dir.
- Press 'g' there. See the ignored files show up.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]