##// END OF EJS Templates
subrepo: remove superfluous pass statements
Augie Fackler -
r34381:719a5c17 default
parent child Browse files
Show More
@@ -600,7 +600,6 b' class abstractsubrepo(object):'
600 walk recursively through the directory tree, finding all files
600 walk recursively through the directory tree, finding all files
601 matched by the match function
601 matched by the match function
602 '''
602 '''
603 pass
604
603
605 def forget(self, match, prefix):
604 def forget(self, match, prefix):
606 return ([], [])
605 return ([], [])
General Comments 0
You need to be logged in to leave comments. Login now