Changeset 376
- Timestamp:
- 01-10-08 12:10:53 (3 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
moap/command/ignore.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r375 r376 1 2008-10-01 Thomas Vander Stichele <thomas at apestaart dot org> 2 3 * moap/command/ignore.py: 4 Adapt to getUnknown() change. Fixes #304. 5 1 6 2008-09-01 Thomas Vander Stichele <thomas at apestaart dot org> 2 7 -
trunk/moap/command/ignore.py
r375 r376 37 37 return 3 38 38 39 paths = v.getUnknown( )39 paths = v.getUnknown(path) 40 40 if not paths: 41 41 print "No unignored files."
