Ticket UUID: | 82196fbb41e356ae5306f6269d79ced115792590 | ||
Title: | extras --ignore globbing behaves erratically (win7) | ||
Status: | Open | Type: | Code_Defect |
Severity: | Minor | Priority: | |
Subsystem: | Resolution: | ||
Last Modified: | 2011-02-08 11:54:19 | ||
Version Found In: | 356e877cea | ||
Description & Comments: | |||
I was not able to create the problem from scratch, so I pared down my current project to only 2 files (and the repository) to be able to reproduce the bug:
http://mavra.perilith.com/~railed/fossil/bugtest.zip The directions (included in the .zip as well): ----------------------- from inside the 'content' folder, open the bugtest repository: fossil open ..\bugtest.repo then try to view the extras. this should show both .pyc files: fossil extras now try globbing to hide both .pyc files: fossil extras --ignore *.pyc if the bug reproduces properly, only the first of the two files will be hidden, but not both. |