Show More
@@ -129,7 +129,7 b' class gitdirstate(object):' | |||
|
129 | 129 | return False |
|
130 | 130 | |
|
131 | 131 | def status(self, match, subrepos, ignored, clean, unknown): |
|
132 | listignored, listclean, listunknown = ignored, clean, unknown | |
|
132 | listclean = clean | |
|
133 | 133 | # TODO handling of clean files - can we get that from git.status()? |
|
134 | 134 | modified, added, removed, deleted, unknown, ignored, clean = ( |
|
135 | 135 | [], |
General Comments 0
You need to be logged in to leave comments.
Login now