##// 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 if (listignored or mexact(fn)) and dirignore(fn):
815 if (listignored or mexact(fn)) and dirignore(fn):
816 if listignored:
816 if listignored:
817 iadd(fn)
817 iadd(fn)
818 elif listunknown:
818 else:
819 uadd(fn)
819 uadd(fn)
820 continue
820 continue
821
821
General Comments 0
You need to be logged in to leave comments. Login now