Ticket Change Details
Not logged in
Overview

Artifact ID: a94d39993763d2949b7bfdbcd89965625379f5da
Ticket: 82196fbb41e356ae5306f6269d79ced115792590
extras --ignore globbing behaves erratically (win7)
User & Date: anonymous 2011-02-08 11:54:19
Changes

  1. comment changed to:
    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.
    
  2. foundin changed to: "356e877cea"
  3. private_contact changed to: "27af9a1b51382dfc763a57a5bd314e241ced15d0"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to:
    extras --ignore globbing behaves erratically (win7)
    
  7. type changed to: "Code_Defect"