Show More
@@ -433,8 +433,7 b' class changectx(basectx):' | |||||
433 | if fn in self._dirs: |
|
433 | if fn in self._dirs: | |
434 | # specified pattern is a directory |
|
434 | # specified pattern is a directory | |
435 | continue |
|
435 | continue | |
436 |
|
|
436 | match.bad(fn, _('no such file in rev %s') % self) | |
437 | yield fn |
|
|||
438 |
|
437 | |||
439 | class basefilectx(object): |
|
438 | class basefilectx(object): | |
440 | """A filecontext object represents the common logic for its children: |
|
439 | """A filecontext object represents the common logic for its children: |
General Comments 0
You need to be logged in to leave comments.
Login now