Changeset 376

Show
Ignore:
Timestamp:
01-10-08 12:10:53 (3 months ago)
Author:
thomas
Message:
  • moap/command/ignore.py: Adapt to getUnknown() change. Fixes #304.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r375 r376  
     12008-10-01  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * moap/command/ignore.py: 
     4          Adapt to getUnknown() change.  Fixes #304. 
     5 
    162008-09-01  Thomas Vander Stichele  <thomas at apestaart dot org> 
    27 
  • trunk/moap/command/ignore.py

    r375 r376  
    3737            return 3 
    3838 
    39         paths = v.getUnknown() 
     39        paths = v.getUnknown(path) 
    4040        if not paths: 
    4141            print "No unignored files."