Fossil SCM
extras --ignore globbing behaves erratically (win7)
Closed
82196fbb41e356a…
· opened 15 years, 2 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Unable_To_Reproduce
- Subsystem
- —
- Created
- Feb. 8, 2011 11:54 a.m.
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.
Comments (1)
system
2 years, 2 months ago
Closing as part of periodic cleanup.