##// END OF EJS Templates
status: update comment to reflect the more recent situation...
Raphaël Gomès -
r45351:63edfea7 default
parent child Browse files
Show More
@@ -1196,7 +1196,7 b' class dirstate(object):'
1196 elif match.traversedir is not None:
1196 elif match.traversedir is not None:
1197 use_rust = False
1197 use_rust = False
1198 elif not isinstance(match, allowed_matchers):
1198 elif not isinstance(match, allowed_matchers):
1199 # Matchers have yet to be implemented
1199 # Some matchers have yet to be implemented
1200 use_rust = False
1200 use_rust = False
1201
1201
1202 if use_rust:
1202 if use_rust:
General Comments 0
You need to be logged in to leave comments. Login now