##// END OF EJS Templates
dirstate.status: return explicit unknown files even when not asked...
Siddharth Agarwal -
r19910:601944f4 default
parent child Browse files
Show More
@@ -815,7 +815,7 b' class dirstate(object):'
815 815 if (listignored or mexact(fn)) and dirignore(fn):
816 816 if listignored:
817 817 iadd(fn)
818 elif listunknown:
818 else:
819 819 uadd(fn)
820 820 continue
821 821
General Comments 0
You need to be logged in to leave comments. Login now